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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 911 - (hide annotations) (download)
Fri Jan 28 12:43:56 2011 UTC (13 years, 2 months ago) by dams
File size: 413 byte(s)
fix planet instead of blog on init.pp
1 dams 909 #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 dams 911 class planet {
5 dams 909 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