/[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 2642 - (show annotations) (download)
Mon Mar 19 19:51:46 2012 UTC (12 years ago) by misc
File size: 389 byte(s)
whitespace fix
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