aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/mgacreatehome.pp8
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/buildsystem/manifests/mgacreatehome.pp b/modules/buildsystem/manifests/mgacreatehome.pp
index 04e7de54..d7a05527 100644
--- a/modules/buildsystem/manifests/mgacreatehome.pp
+++ b/modules/buildsystem/manifests/mgacreatehome.pp
@@ -1,9 +1,7 @@
-class buildsystem {
+class buildsystem::mgacreatehome {
# temporary script to create home dir with ssh key
# taking login and url as arguments
- class mgacreatehome {
- local_script { "mgacreatehome":
- content => template("buildsystem/mgacreatehome")
- }
+ local_script { 'mgacreatehome':
+ content => template('buildsystem/mgacreatehome')
}
}