/[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 2644 - (show annotations) (download)
Mon Mar 19 20:36:15 2012 UTC (12 years ago) by misc
File size: 492 byte(s)
clean the module spamassassin
1 class spamassassin {
2 # it should also requires make, bug fixed in cooker
3 package { 'spamassassin-sa-compile':
4 notify => Exec['sa-compile'],
5 }
6
7 package { 'spamassassin': }
8
9 file { '/etc/mail/spamassassin/local.cf':
10 require => Package['spamassassin'],
11 content => template('spamassassin/local.cf')
12 }
13
14 exec { 'sa-compile':
15 refreshonly => true,
16 require => [Package['spamassassin-sa-compile'],Package['spamassassin']]
17 }
18 }

  ViewVC Help
Powered by ViewVC 1.1.30