Parent Directory | Revision Log
- 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 |