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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 105 - (hide annotations) (download)
Thu Nov 4 18:45:33 2010 UTC (13 years, 10 months ago) by nanardon
File size: 446 byte(s)
- 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