/[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 2245 - (show annotations) (download)
Sat Jan 14 22:23:56 2012 UTC (12 years, 3 months ago) by misc
File size: 372 byte(s)
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.30