diff options
-rw-r--r-- | manifests/amavisd.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp index 4bf17f7..36c329c 100644 --- a/manifests/amavisd.pp +++ b/manifests/amavisd.pp @@ -11,7 +11,7 @@ class mail::amavisd { group => root, mode => 0644, source => "puppet:///modules/mail/amavisd/05-domain_id", - notify => Service['amavisd'], + notify => Service['amavis'], } file { "/etc/amavis/conf.d/15-content_filter_mode": @@ -20,7 +20,7 @@ class mail::amavisd { group => root, mode => 0644, source => "puppet:///modules/mail/amavisd/15-content_filter_mode", - notify => Service['amavisd'], + notify => Service['amavis'], } file { "/etc/amavis/conf.d/20-debian_defaults": @@ -29,7 +29,7 @@ class mail::amavisd { group => root, mode => 0644, source => "puppet:///modules/mail/amavisd/20-debian_defaults", - notify => Service['amavisd'], + notify => Service['amavis'], } group { 'amavis': |