/[adm]/puppet/deployment/websites/manifests/archives.pp
ViewVC logotype

Contents of /puppet/deployment/websites/manifests/archives.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3044 - (show annotations) (download)
Sun Apr 14 14:18:02 2013 UTC (11 years ago) by boklm
File size: 485 byte(s)
websites: add archives.mageia.org
1 class websites::archives {
2 include websites::base
3 $vhost = "archives.$::domain"
4 $vhostdir = "$websites::base::webdatadir/$vhost"
5 $svn_location = "svn://svn.$::domain/svn/web/archives/"
6
7 apache::vhost::base { $vhost:
8 location => $vhostdir,
9 }
10
11 apache::vhost::base { "ssl_$vhost":
12 vhost => $vhost,
13 use_ssl => true,
14 location => $vhostdir,
15 }
16
17 subversion::snapshot { $vhostdir:
18 source => $svn_location,
19 }
20 }

  ViewVC Help
Powered by ViewVC 1.1.30