diff options
Diffstat (limited to 'manifests/moduledir/common.pp')
-rw-r--r-- | manifests/moduledir/common.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/moduledir/common.pp b/manifests/moduledir/common.pp index c615f84..e74c601 100644 --- a/manifests/moduledir/common.pp +++ b/manifests/moduledir/common.pp @@ -1,3 +1,4 @@ +# setup a common dir class common::moduledir::common{ - module_dir{'common': } + common::module_dir{'common': } } |