/[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 2374 - (hide annotations) (download)
Thu Feb 9 09:11:04 2012 UTC (12 years, 2 months ago) by misc
File size: 306 byte(s)
clean and make puppet-lint happy on amavis module
1 misc 413 class amavis {
2 misc 2374 package { 'amavisd-new': }
3 misc 413
4 misc 2374 service { 'amavisd':
5     subscribe => Package['amavisd-new'],
6 misc 413 }
7    
8 misc 2374 file { '/etc/amavisd/amavisd.conf':
9     require => Package['amavisd-new'],
10 misc 2245 content => template('amavis/amavisd.conf'),
11 misc 2374 notify => Service['amavisd'],
12 misc 413 }
13     }

  ViewVC Help
Powered by ViewVC 1.1.30