From: Silvio Rhatto Date: Fri, 17 Sep 2010 14:04:37 +0000 (-0300) Subject: Fixing service definitions at mail::amavisd X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=057da2275b6da85889b115a84de32605a15baefb;p=puppet-mail.git Fixing service definitions at mail::amavisd --- 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':