summaryrefslogtreecommitdiff
path: root/puppet/modules/common/manifests/moduledir
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-24 10:19:25 -0400
committerMicah <micah@leap.se>2016-05-24 10:19:25 -0400
commit33640f86db0da8830bc8af1c56fc96ad465f7bf4 (patch)
treee7829729eb742800a8f3932fef98ed216a1cbacc /puppet/modules/common/manifests/moduledir
parent5ce489ba59dfdc7a294c21aed57b1d1008bb13cf (diff)
parentc54fc2c945c06511449b2daefee13cbd9b0232d8 (diff)
Merge commit 'c54fc2c945c06511449b2daefee13cbd9b0232d8' as 'puppet/modules/common'
Diffstat (limited to 'puppet/modules/common/manifests/moduledir')
-rw-r--r--puppet/modules/common/manifests/moduledir/common.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/common/manifests/moduledir/common.pp b/puppet/modules/common/manifests/moduledir/common.pp
new file mode 100644
index 00000000..e74c601e
--- /dev/null
+++ b/puppet/modules/common/manifests/moduledir/common.pp
@@ -0,0 +1,4 @@
+# setup a common dir
+class common::moduledir::common{
+ common::module_dir{'common': }
+}