/[adm]/puppet/modules/bcd/manifests/web.pp
ViewVC logotype

Contents of /puppet/modules/bcd/manifests/web.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: 390 byte(s)
fix vhost invocation on several module, was missed by last commit, and add the one for redirect_ssl
1 class bcd::web {
2 include bcd::base
3 $location = "$bcd::home/public_html"
4
5 apache::vhost::base { "bcd.$::domain":
6 location => $location,
7 content => template('bcd/vhost_bcd.conf'),
8 }
9
10 # not sure if that's useful, since the file is public and trivially
11 # bruteforced
12 file { "$bcd::home/htpasswd":
13 content => template('bcd/htpasswd')
14 }
15 }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30