/[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 273 by boklm, Thu Nov 18 00:43:41 2010 UTC revision 285 by misc, Thu Nov 18 18:07:50 2010 UTC
# Line 31  class postfix { Line 31  class postfix {
31          }          }
32      }      }
33    
34      class primary_smtp inherits base {      class smtp_server inherits base {
35            include postgrey
36        }
37    
38        class primary_smtp inherits smtp_server {
39          file { '/etc/postfix/main.cf':          file { '/etc/postfix/main.cf':
40              content => template("postfix/primary_main.cf"),              content => template("postfix/primary_main.cf"),
41          }          }
# Line 45  class postfix { Line 49  class postfix {
49          }          }
50      }      }
51    
52      class secondary_smtp inherits base {      class secondary_smtp inherits smtp_server {
53          file { '/etc/postfix/main.cf':          file { '/etc/postfix/main.cf':
54              content => template("postfix/secondary_main.cf"),              content => template("postfix/secondary_main.cf"),
55          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.30