aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/moduledir/common.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/moduledir/common.pp b/manifests/moduledir/common.pp
index c615f84..80e200d 100644
--- a/manifests/moduledir/common.pp
+++ b/manifests/moduledir/common.pp
@@ -1,3 +1,4 @@
class common::moduledir::common{
- module_dir{'common': }
+ include ::common::moduledir
+ module_dir{'common': }
}