/[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 37 by misc, Wed Oct 27 10:56:45 2010 UTC revision 225 by dams, Wed Nov 10 11:13:45 2010 UTC
# Line 4  class postfix { Line 4  class postfix {
4          package { postfix:          package { postfix:
5              ensure => installed              ensure => installed
6          }          }
7            package { 'mailx':
8                    ensure => installed
9            }
10          service { postfix:          service { postfix:
11              ensure => running,              ensure => running,
12              subscribe => [ Package['postfix']],              subscribe => [ Package['postfix']],

Legend:
Removed from v.37  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC 1.1.30