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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2224 - (hide annotations) (download)
Sun Jan 8 22:24:54 2012 UTC (12 years, 3 months ago) by misc
File size: 358 byte(s)
cleaning of the amavis module
1 misc 413 class amavis {
2 misc 2224 package { "amavisd-new": }
3 misc 413
4     service { "amavisd":
5     ensure => running,
6     path => "/etc/init.d/amavisd",
7 misc 471 subscribe => [Package["amavisd-new"], File["amavisd.conf"]],
8 misc 413 }
9    
10 misc 2224 file { "/etc/amavisd/amavisd.conf":
11 misc 462 require => Package["amavisd-new"],
12 misc 413 content => template('amavis/amavisd.conf')
13     }
14     }

  ViewVC Help
Powered by ViewVC 1.1.30