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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1003 - (show annotations) (download)
Fri Feb 11 14:59:26 2011 UTC (13 years, 2 months ago) by misc
File size: 407 byte(s)
- remove TODO list as it was fullfiled
- do not hardcode the domain name

1 class planet {
2 user { "planet":
3 groups => apache,
4 comment => "This user is used for planet",
5 ensure => present,
6 managehome => true,
7 }
8
9 include apache::mod_php
10 apache::vhost_other_app { "planet.$domain":
11 vhost_file => "planet/02_planet_vhosts.conf",
12 }
13
14 file { "/var/www/html/planet.$domain":
15 ensure => directory,
16 owner => planet,
17 group => planet,
18 mode => 644,
19 }
20 }

  ViewVC Help
Powered by ViewVC 1.1.30