Parent Directory
|
Revision Log
fix manifests
1 | class amavis { |
2 | package { "amavisd-new": } |
3 | |
4 | service { "amavisd": |
5 | ensure => running, |
6 | path => "/etc/init.d/amavisd", |
7 | subscribe => Package["amavisd-new"], |
8 | } |
9 | |
10 | file { "/etc/amavisd/amavisd.conf": |
11 | require => Package["amavisd-new"], |
12 | content => template('amavis/amavisd.conf'), |
13 | notify => Service['amavisd'], |
14 | } |
15 | } |
ViewVC Help | |
Powered by ViewVC 1.1.28 |