/[adm]/puppet/modules/planet/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/planet/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 911 by dams, Fri Jan 28 12:43:56 2011 UTC revision 993 by dams, Fri Feb 11 14:14:19 2011 UTC
# Line 2  Line 2 
2  # - add the creation of the user 'planet' in puppet  # - add the creation of the user 'planet' in puppet
3  # - add the user 'planet' to the 'apache' group (usermod -a -G apache blog)  # - add the user 'planet' to the 'apache' group (usermod -a -G apache blog)
4  class planet {  class planet {
5        user { "planet":
6            group => 'apache',
7            commend => 'This user was created by Puppet',
8            ensure => 'present',
9            managed_home => 'false',
10        }
11      include apache::mod_php      include apache::mod_php
12    
13      apache::vhost_other_app { "planet.$domain":      apache::vhost_other_app { "planet.$domain":

Legend:
Removed from v.911  
changed lines
  Added in v.993

  ViewVC Help
Powered by ViewVC 1.1.30