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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 288 by misc, Thu Nov 18 18:19:21 2010 UTC revision 328 by misc, Fri Nov 19 20:19:00 2010 UTC
# Line 49  class postfix { Line 49  class postfix {
49    
50      class primary_smtp inherits smtp_server {      class primary_smtp inherits smtp_server {
51          file { '/etc/postfix/master.cf':          file { '/etc/postfix/master.cf':
52                ensure => present,
53                owner => root,
54                group => root,
55                mode => 644,
56              content => template("postfix/primary_master.cf"),              content => template("postfix/primary_master.cf"),
57          }          }
58      }      }

Legend:
Removed from v.288  
changed lines
  Added in v.328

  ViewVC Help
Powered by ViewVC 1.1.30