Parent Directory | Revision Log
- fix file name
1 | nanardon | 100 | 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 | nanardon | 105 | path => "/etc/httpd/conf/vhosts.d/$name.$domain.conf", |
12 | nanardon | 100 | 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 |