Parent Directory
|
Revision Log
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.28 |