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

Annotation of /puppet/modules/postgrey/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2463 - (hide annotations) (download)
Mon Feb 20 18:34:29 2012 UTC (11 years, 9 months ago) by misc
File size: 463 byte(s)
clean and make puppet-lint happy for postgrey module
1 misc 268 class postgrey {
2 misc 2463 package { 'postgrey': }
3    
4     service { 'postgrey':
5     subscribe => Package['postgrey'],
6 misc 268 }
7    
8 misc 2212 File {
9 misc 2463 notify => Service['postgrey'],
10     require => Package['postgrey'],
11 misc 268 }
12    
13 misc 2212 file {
14 misc 2463 '/etc/sysconfig/postgrey':
15     content => template('postgrey/postgrey.sysconfig');
16     '/etc/postfix/postgrey_whitelist_clients.local':
17     content => template('postgrey/whitelist_clients.local');
18 misc 268 }
19     }

  ViewVC Help
Powered by ViewVC 1.1.28