/[adm]/puppet/modules/amavis/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/amavis/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 470 by misc, Wed Nov 24 20:31:15 2010 UTC revision 471 by misc, Thu Nov 25 17:48:10 2010 UTC
# Line 7  class amavis { Line 7  class amavis {
7      service { "amavisd":      service { "amavisd":
8          ensure => running,          ensure => running,
9          path => "/etc/init.d/amavisd",          path => "/etc/init.d/amavisd",
10          subscribe  => Package["amavisd-new"],          subscribe  => [Package["amavisd-new"], File["amavisd.conf"]],
11      }      }
12    
13      file { "/etc/amavisd/amavisd.conf":      file { "amavisd.conf":
14            path => "/etc/amavisd/amavisd.conf",
15          ensure => present,          ensure => present,
16          owner => root,          owner => root,
17          group => root,          group => root,

Legend:
Removed from v.470  
changed lines
  Added in v.471

  ViewVC Help
Powered by ViewVC 1.1.30