aboutsummaryrefslogtreecommitdiffstats
path: root/modules/amavis
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-24 20:31:12 +0000
committerMichael Scherer <misc@mageia.org>2010-11-24 20:31:12 +0000
commit6e88ed08c68565f94b2e311f54eec26fe74c7516 (patch)
tree2b04be5644774d9ed1ec3cfab4cc77bb859f34d0 /modules/amavis
parent1ea89b4301fd878c421a7b41ad6f87cfbb9894d4 (diff)
downloadpuppet-6e88ed08c68565f94b2e311f54eec26fe74c7516.tar
puppet-6e88ed08c68565f94b2e311f54eec26fe74c7516.tar.gz
puppet-6e88ed08c68565f94b2e311f54eec26fe74c7516.tar.bz2
puppet-6e88ed08c68565f94b2e311f54eec26fe74c7516.tar.xz
puppet-6e88ed08c68565f94b2e311f54eec26fe74c7516.zip
fix syntax
Diffstat (limited to 'modules/amavis')
-rw-r--r--modules/amavis/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/amavis/manifests/init.pp b/modules/amavis/manifests/init.pp
index cab52b99..eac8d7c0 100644
--- a/modules/amavis/manifests/init.pp
+++ b/modules/amavis/manifests/init.pp
@@ -14,7 +14,7 @@ class amavis {
owner => root,
group => root,
mode => 644,
- requires => Package["amavisd-new"],
+ require => Package["amavisd-new"],
content => template('amavis/amavisd.conf')
}
}