/[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 909 - (show annotations) (download)
Fri Jan 28 12:38:13 2011 UTC (13 years, 2 months ago) by dams
File size: 411 byte(s)
starting planet installation
1 #TODO:
2 # - add the creation of the user 'planet' in puppet
3 # - add the user 'planet' to the 'apache' group (usermod -a -G apache blog)
4 class blog {
5 include apache::mod_php
6
7 apache::vhost_other_app { "planet.$domain":
8 vhost_file => "planet/02_planet_vhosts.conf",
9 }
10
11 file { "/var/www/html/planet.mageia.org":
12 ensure => directory,
13 owner => apache,
14 group => blog,
15 mode => 644,
16 }
17 }

  ViewVC Help
Powered by ViewVC 1.1.30