/[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 2373 by misc, Sat Jan 14 22:23:56 2012 UTC revision 2374 by misc, Thu Feb 9 09:11:04 2012 UTC
# Line 1  Line 1 
1  class amavis {  class amavis {
2      package { "amavisd-new": }      package { 'amavisd-new': }
3    
4      service { "amavisd":      service { 'amavisd':
5          ensure => running,          subscribe => Package['amavisd-new'],
         path => "/etc/init.d/amavisd",  
         subscribe  => Package["amavisd-new"],  
6      }      }
7    
8      file { "/etc/amavisd/amavisd.conf":      file { '/etc/amavisd/amavisd.conf':
9          require => Package["amavisd-new"],          require => Package['amavisd-new'],
10          content => template('amavis/amavisd.conf'),          content => template('amavis/amavisd.conf'),
11          notify => Service['amavisd'],          notify  => Service['amavisd'],
12      }      }
13  }  }

Legend:
Removed from v.2373  
changed lines
  Added in v.2374

  ViewVC Help
Powered by ViewVC 1.1.28