summaryrefslogtreecommitdiffstats
path: root/modules/base
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-13 01:38:31 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-13 01:38:31 -0500
commit7dd021f5c6e9c15a3af5870d548f84cfccf1f362 (patch)
treef3f7bdd2e62d7dc65e199a7db285a077236a3910 /modules/base
parent4152be7e1de0797a2a8d4116a2165a2ba7bbecd4 (diff)
downloadpuppet-tozt-7dd021f5c6e9c15a3af5870d548f84cfccf1f362.tar.gz
puppet-tozt-7dd021f5c6e9c15a3af5870d548f84cfccf1f362.zip
fix class names
Diffstat (limited to 'modules/base')
-rw-r--r--modules/base/manifests/bootstrap.pp2
-rw-r--r--modules/base/manifests/operatingsystem.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/base/manifests/bootstrap.pp b/modules/base/manifests/bootstrap.pp
index c0593a3..313204d 100644
--- a/modules/base/manifests/bootstrap.pp
+++ b/modules/base/manifests/bootstrap.pp
@@ -1,4 +1,4 @@
-class bootstrap {
+class base::bootstrap {
package {
[
"puppet",
diff --git a/modules/base/manifests/operatingsystem.pp b/modules/base/manifests/operatingsystem.pp
index cc18994..5e64a8a 100644
--- a/modules/base/manifests/operatingsystem.pp
+++ b/modules/base/manifests/operatingsystem.pp
@@ -1,4 +1,4 @@
-class operatingsystem {
+class base::operatingsystem {
file {
"/etc/locale.gen":
content => "en_US.UTF-8 UTF-8\n",