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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3044 - (hide annotations) (download)
Sun Apr 14 14:18:02 2013 UTC (10 years, 11 months ago) by boklm
File size: 485 byte(s)
websites: add archives.mageia.org
1 boklm 3044 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