/[adm]/puppet/modules/postfix/manifests/server.pp
ViewVC logotype

Contents of /puppet/modules/postfix/manifests/server.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2674 - (show annotations) (download)
Thu Mar 22 15:18:24 2012 UTC (12 years, 1 month ago) by misc
File size: 306 byte(s)
clean postfix module, rework the layout and split it in several file
1 class postfix::server inherits postfix {
2 include postgrey
3 include amavis
4 include spamassassin
5
6 File['/etc/postfix/main.cf'] {
7 content => template('postfix/main.cf'),
8 }
9
10 file { '/etc/postfix/transport_regexp':
11 content => template('postfix/transport_regexp'),
12 }
13 }

  ViewVC Help
Powered by ViewVC 1.1.30