diff options
author | Micah <micah@leap.se> | 2016-05-24 10:19:25 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-24 10:19:25 -0400 |
commit | 33640f86db0da8830bc8af1c56fc96ad465f7bf4 (patch) | |
tree | e7829729eb742800a8f3932fef98ed216a1cbacc /puppet/modules/common/manifests/moduledir | |
parent | 5ce489ba59dfdc7a294c21aed57b1d1008bb13cf (diff) | |
parent | c54fc2c945c06511449b2daefee13cbd9b0232d8 (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.pp | 4 |
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': } +} |