summaryrefslogtreecommitdiff
path: root/puppet/modules/common/manifests/moduledir/common.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-07-12 16:45:36 -0400
committerMicah <micah@leap.se>2016-07-12 16:45:36 -0400
commit6083b23278927189de58c11bbb5bc7d93ccced24 (patch)
treece771fbca93d6f798a6962b3b2a187078c978554 /puppet/modules/common/manifests/moduledir/common.pp
parent1f231f09a9b6911b2ca57ac82235c6028922d54f (diff)
git subrepo clone https://leap.se/git/puppet_common puppet/modules/common
subrepo: subdir: "puppet/modules/common" merged: "ae14962" upstream: origin: "https://leap.se/git/puppet_common" branch: "master" commit: "ae14962" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "1e79595" Change-Id: I82a15d5ab5c4e8f689f73de4e5ae97557f39b6fb
Diffstat (limited to 'puppet/modules/common/manifests/moduledir/common.pp')
-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': }
+}