]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Fixing service definitions at mail::amavisd
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Sep 2010 14:04:37 +0000 (11:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Sep 2010 14:04:37 +0000 (11:04 -0300)
manifests/amavisd.pp

index 4bf17f7c9eebf5d043d3a05d674d218e9d7563e9..36c329cff42d081ceca73f287461d60c97f185b3 100644 (file)
@@ -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':