summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2015-02-28 12:08:10 +0000
committerintrigeri <intrigeri@boum.org>2015-02-28 12:09:37 +0000
commita61349e001b807f23eea3e4d7d97cd9c83fcd6f9 (patch)
tree0174d2873240a4a71ee235bdd4590e6b71e8a9ce /manifests/init.pp
parent877134184b26c0ff326d46ff332f287d9e8a1be1 (diff)
Fix usage of the common::module_dir.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3d51bb1..f454be9 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -74,7 +74,7 @@ class postfix(
# Bootstrap moduledir
include common::moduledir
- module_dir{'postfix': }
+ common::module_dir{'postfix': }
# Include optional classes
if $anon_sasl == 'yes' {