/[adm]/puppet/modules/catdap/manifests/snapshot.pp
ViewVC logotype

Contents of /puppet/modules/catdap/manifests/snapshot.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2691 - (show annotations) (download)
Sun Mar 25 12:47:26 2012 UTC (11 years, 11 months ago) by misc
File size: 546 byte(s)
fix vhost invocation on several module, was missed by last commit, and add the one for redirect_ssl
1 define catdap::snapshot($location, $svn_location) {
2 file { "$location/catdap_local.yml":
3 group => apache,
4 mode => '0640',
5 content => template('catdap/catdap_local.yml'),
6 require => Subversion::Snapshot[$location],
7 }
8
9 subversion::snapshot { $location:
10 source => $svn_location
11 }
12
13 apache::vhost_catalyst_app { $name:
14 script => "$location/script/catdap_fastcgi.pl",
15 location => $location,
16 use_ssl => true,
17 }
18
19 apache::vhost::redirect_ssl { $name: }
20 }

  ViewVC Help
Powered by ViewVC 1.1.30