/[adm]/puppet/modules/mga-mirrors/manifests/init.pp
ViewVC logotype

Contents of /puppet/modules/mga-mirrors/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 100 - (show annotations) (download)
Thu Nov 4 18:25:08 2010 UTC (13 years, 11 months ago) by nanardon
File size: 433 byte(s)
- add config for mga-mirrors
1 class mga-mirrors {
2
3 include apache::mod_fcgid
4
5 package { 'mga-mirrors':
6 ensure => installed
7 }
8
9 # add a apache vhost
10 file { "mirrors.$domain.conf":
11 path => "/etc/httpd/conf/vhosts.d/$name",
12 ensure => "present",
13 owner => root,
14 group => root,
15 mode => 644,
16 notify => Service['apache'],
17 content => template("mga-mirrors/mirrors_vhost.conf")
18 }
19 }

  ViewVC Help
Powered by ViewVC 1.1.30