/[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 3193 - (show annotations) (download)
Thu May 23 15:16:11 2013 UTC (10 years, 10 months ago) by boklm
File size: 259 byte(s)
postfix: don't add nail package

(to remove duplicate definitions)
1 class postfix {
2 package { postfix: }
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