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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 414 - (show annotations) (download)
Tue Nov 23 02:19:37 2010 UTC (13 years, 5 months ago) by misc
File size: 362 byte(s)
- add spamassassin module
1 class spamassassin {
2
3 package { "spamassassin", "spamassassin-sa-compile":
4 ensure => installed,
5 }
6
7 file { "/etc/mail/spamassassin/local.cf":
8 ensure => present,
9 owner => root,
10 group => root,
11 mode => 644,
12 requires => Package["spamassassin"],
13 content => template('spamassassin/local.cf')
14 }
15 }

  ViewVC Help
Powered by ViewVC 1.1.30