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