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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2695 - (show annotations) (download)
Sun Mar 25 13:22:08 2012 UTC (12 years ago) by misc
File size: 396 byte(s)
fix module invaocation after split
1 class websites::static {
2 include websites::base
3 $vhostdir = "$websites::base::webdatadir/static.$::domain"
4
5 apache::vhost::other_app { "static.$::domain":
6 vhost_file => 'websites/vhost_static.conf',
7 }
8
9 file { $vhostdir:
10 ensure => directory,
11 }
12
13 subversion::snapshot { "$vhostdir/g":
14 source => "svn://svn.$::domain/svn/web/www/trunk/g/",
15 }
16 }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30