diff options
author | intrigeri <intrigeri@boum.org> | 2015-02-28 12:08:10 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2015-02-28 12:09:37 +0000 |
commit | a61349e001b807f23eea3e4d7d97cd9c83fcd6f9 (patch) | |
tree | 0174d2873240a4a71ee235bdd4590e6b71e8a9ce /manifests/init.pp | |
parent | 877134184b26c0ff326d46ff332f287d9e8a1be1 (diff) | |
download | puppet-postfix-a61349e001b807f23eea3e4d7d97cd9c83fcd6f9.tar.gz puppet-postfix-a61349e001b807f23eea3e4d7d97cd9c83fcd6f9.tar.bz2 |
Fix usage of the common::module_dir.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
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' { |