7 |
} |
} |
8 |
|
|
9 |
apache::vhost_catalyst_app { $vhost: |
apache::vhost_catalyst_app { $vhost: |
10 |
script => "/usr/bin/mga_mirrors_fastcgi.pl" |
script => "/usr/bin/mga_mirrors_fastcgi.pl", |
11 |
|
require => Package['mga-mirrors'] |
12 |
} |
} |
13 |
|
|
14 |
$password = extlookup("mga_mirror_password",'x') |
$password = extlookup("mga_mirror_password",'x') |
19 |
owner => root, |
owner => root, |
20 |
group => apache, |
group => apache, |
21 |
mode => 640, |
mode => 640, |
22 |
content => template("mga-mirrors/mga-mirrors.ini") |
content => template("mga-mirrors/mga-mirrors.ini"), |
23 |
|
require => Package['mga-mirrors'] |
24 |
} |
} |
25 |
} |
} |