Modified: puppet/modules/amavis/manifests/init.pp =================================================================== --- puppet/modules/amavis/manifests/init.pp 2010-11-24 20:31:11 UTC (rev 461) +++ puppet/modules/amavis/manifests/init.pp 2010-11-24 20:31:12 UTC (rev 462) @@ -14,7 +14,7 @@ owner => root, group => root, mode => 644, - requires => Package["amavisd-new"], + require => Package["amavisd-new"], content => template('amavis/amavisd.conf') } }