diff options
Diffstat (limited to 'manifests/moduledir/common')
-rw-r--r-- | manifests/moduledir/common/cf.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/moduledir/common/cf.pp b/manifests/moduledir/common/cf.pp new file mode 100644 index 0000000..b3c089b --- /dev/null +++ b/manifests/moduledir/common/cf.pp @@ -0,0 +1,4 @@ +class common::moduledir::common::cf { + include ::common::moduledir::common + module_dir{'common/cf': } +} |