/[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 995 by dams, Fri Feb 11 14:17:08 2011 UTC revision 996 by dams, Fri Feb 11 14:21:51 2011 UTC
# Line 4  Line 4 
4  class planet {  class planet {
5      user { "planet":      user { "planet":
6          groups => 'apache',          groups => 'apache',
7          comment => 'This user was created by Puppet',          comment => 'This user is used for planet.mageia.org',
8          ensure => 'present',          ensure => 'present',
9          managed_home => 'false',          managed_homedir => 'false',
10      }      }
11      include apache::mod_php      include apache::mod_php
12    

Legend:
Removed from v.995  
changed lines
  Added in v.996

  ViewVC Help
Powered by ViewVC 1.1.30