aboutsummaryrefslogtreecommitdiff
path: root/manifests/moduledir/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/moduledir/common.pp')
-rw-r--r--manifests/moduledir/common.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/moduledir/common.pp b/manifests/moduledir/common.pp
index 80e200d..e74c601 100644
--- a/manifests/moduledir/common.pp
+++ b/manifests/moduledir/common.pp
@@ -1,4 +1,4 @@
+# setup a common dir
class common::moduledir::common{
- include ::common::moduledir
- module_dir{'common': }
+ common::module_dir{'common': }
}