/[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 265 by misc, Wed Nov 17 15:35:10 2010 UTC revision 272 by boklm, Thu Nov 18 00:21:40 2010 UTC
# Line 35  class postfix { Line 35  class postfix {
35          file { '/etc/postfix/main.cf':          file { '/etc/postfix/main.cf':
36              content => template("postfix/primary_main.cf"),              content => template("postfix/primary_main.cf"),
37          }          }
38    
39            file { '/etc/postfix/master.cf':
40                content => template("postfix/primary_master.cf"),
41            }
42      }      }
43    
44      class secondary_smtp inherits base {      class secondary_smtp inherits base {

Legend:
Removed from v.265  
changed lines
  Added in v.272

  ViewVC Help
Powered by ViewVC 1.1.30