aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 916c43c2..0e60c289 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -241,4 +241,16 @@ class buildsystem {
content => template("buildsystem/sudoers.iurt")
}
}
+
+ # temporary script to create home dir with ssh key
+ # taking login and url as arguments
+ class mgacreatehome {
+ file { "/usr/local/sbin/mgacreatehome":
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 700,
+ content => template("buildsystem/mgacreatehome")
+ }
+ }
}