/[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 1002 by dams, Fri Feb 11 14:38:28 2011 UTC revision 1003 by misc, Fri Feb 11 14:59:26 2011 UTC
# Line 1  Line 1 
 #TODO:  
 # - add the user 'planet' to the 'apache' group (usermod -a -G apache blog)  
1  class planet {  class planet {
2      user { "planet":      user { "planet":
3          groups => apache,          groups => apache,
4          comment => "This user is used for planet.mageia.org",          comment => "This user is used for planet",
5          ensure => present,          ensure => present,
6          managehome => true,          managehome => true,
7      }      }
# Line 13  class planet { Line 11  class planet {
11          vhost_file => "planet/02_planet_vhosts.conf",          vhost_file => "planet/02_planet_vhosts.conf",
12      }      }
13    
14      file { "/var/www/html/planet.mageia.org":      file { "/var/www/html/planet.$domain":
15          ensure => directory,          ensure => directory,
16          owner => planet,          owner => planet,
17          group => planet,          group => planet,

Legend:
Removed from v.1002  
changed lines
  Added in v.1003

  ViewVC Help
Powered by ViewVC 1.1.30