aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-16 22:46:39 +0000
committerMichael Scherer <misc@mageia.org>2012-03-16 22:46:39 +0000
commit7438ec8dd728b62f8da2946769cc33749f39e2e8 (patch)
tree2441c39e9c425c096268a592d73265c8e3441834 /modules
parent8653753a27a8b67ff91be5d82f497f3d6c7f2746 (diff)
downloadpuppet-7438ec8dd728b62f8da2946769cc33749f39e2e8.tar
puppet-7438ec8dd728b62f8da2946769cc33749f39e2e8.tar.gz
puppet-7438ec8dd728b62f8da2946769cc33749f39e2e8.tar.bz2
puppet-7438ec8dd728b62f8da2946769cc33749f39e2e8.tar.xz
puppet-7438ec8dd728b62f8da2946769cc33749f39e2e8.zip
clean mgacreatehome.pp ( maybe it should be removed, given the comment )
Diffstat (limited to 'modules')
-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')
}
}