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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2374 - (show 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 class amavis {
2 package { 'amavisd-new': }
3
4 service { 'amavisd':
5 subscribe => Package['amavisd-new'],
6 }
7
8 file { '/etc/amavisd/amavisd.conf':
9 require => Package['amavisd-new'],
10 content => template('amavis/amavisd.conf'),
11 notify => Service['amavisd'],
12 }
13 }

  ViewVC Help
Powered by ViewVC 1.1.30