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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2691 - (show annotations) (download)
Sun Mar 25 12:47:26 2012 UTC (12 years ago) by misc
File size: 365 byte(s)
fix vhost invocation on several module, was missed by last commit, and add the one for redirect_ssl
1 class websites::hugs {
2 include websites::base
3
4 $vhostdir = "$websites::base::webdatadir/hugs.$::domain"
5 $svn_location = "svn://svn.$::domain/svn/web/hugs/public/"
6
7 apache::vhost::base { "hugs.$::domain":
8 location => $vhostdir,
9 }
10
11 subversion::snapshot { $vhostdir:
12 source => $svn_location
13 }
14
15 package { 'php-exif': }
16 }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30