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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3193 - (hide annotations) (download)
Thu May 23 15:16:11 2013 UTC (10 years, 11 months ago) by boklm
File size: 259 byte(s)
postfix: don't add nail package

(to remove duplicate definitions)
1 misc 33 class postfix {
2 boklm 3193 package { postfix: }
3 misc 33
4 misc 2674 service { 'postfix':
5     subscribe => Package['postfix'],
6 misc 1952 }
7 misc 33
8 misc 2674 file { '/etc/postfix/main.cf':
9     require => Package['postfix'],
10     content => '',
11     notify => Service['postfix'],
12 misc 33 }
13     }

  ViewVC Help
Powered by ViewVC 1.1.30