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

Contents of /puppet/modules/postfix/manifests/init.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: 271 byte(s)
clean postfix module, rework the layout and split it in several file
1 class postfix {
2 package { ['postfix', 'nail']: }
3
4 service { 'postfix':
5 subscribe => Package['postfix'],
6 }
7
8 file { '/etc/postfix/main.cf':
9 require => Package['postfix'],
10 content => '',
11 notify => Service['postfix'],
12 }
13 }

  ViewVC Help
Powered by ViewVC 1.1.30