/[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 272 by boklm, Thu Nov 18 00:21:40 2010 UTC revision 273 by boklm, Thu Nov 18 00:43:41 2010 UTC
# Line 39  class postfix { Line 39  class postfix {
39          file { '/etc/postfix/master.cf':          file { '/etc/postfix/master.cf':
40              content => template("postfix/primary_master.cf"),              content => template("postfix/primary_master.cf"),
41          }          }
42    
43            file { '/etc/postfix/transport_regexp':
44                content => template("postfix/primary_transport_regexp"),
45            }
46      }      }
47    
48      class secondary_smtp inherits base {      class secondary_smtp inherits base {

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

  ViewVC Help
Powered by ViewVC 1.1.30