/[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 2244 by misc, Sun Jan 8 22:24:54 2012 UTC revision 2245 by misc, Sat Jan 14 22:23:56 2012 UTC
# Line 4  class amavis { Line 4  class amavis {
4      service { "amavisd":      service { "amavisd":
5          ensure => running,          ensure => running,
6          path => "/etc/init.d/amavisd",          path => "/etc/init.d/amavisd",
7          subscribe  => [Package["amavisd-new"], File["amavisd.conf"]],          subscribe  => Package["amavisd-new"],
8      }      }
9    
10      file { "/etc/amavisd/amavisd.conf":      file { "/etc/amavisd/amavisd.conf":
11          require => Package["amavisd-new"],          require => Package["amavisd-new"],
12          content => template('amavis/amavisd.conf')          content => template('amavis/amavisd.conf'),
13            notify => Service['amavisd'],
14      }      }
15  }  }

Legend:
Removed from v.2244  
changed lines
  Added in v.2245

  ViewVC Help
Powered by ViewVC 1.1.30