/[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 226 by dams, Wed Nov 10 11:17:07 2010 UTC revision 265 by misc, Wed Nov 17 15:35:10 2010 UTC
# Line 4  class postfix { Line 4  class postfix {
4          package { postfix:          package { postfix:
5              ensure => installed              ensure => installed
6          }          }
7          package { 'nail':          package { 'nail':
8                  ensure => installed                  ensure => installed
9          }          }
10          service { postfix:          service { postfix:
# Line 30  class postfix { Line 30  class postfix {
30              content => template("postfix/simple_relay_main.cf"),              content => template("postfix/simple_relay_main.cf"),
31          }          }
32      }      }
33    
34        class primary_smtp inherits base {
35            file { '/etc/postfix/main.cf':
36                content => template("postfix/primary_main.cf"),
37            }
38        }
39    
40        class secondary_smtp inherits base {
41            file { '/etc/postfix/main.cf':
42                content => template("postfix/secondary_main.cf"),
43            }
44        }
45    
46  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.30