/[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 2561 - (show annotations) (download)
Sat Mar 17 11:09:07 2012 UTC (12 years, 1 month ago) by misc
File size: 547 byte(s)
do not keep hidden file in the repository

1 class bcd::web {
2 include bcd::base
3 # TODO simplify this
4 $bcd_home = $bcd::home
5
6 apache::vhost_base { "bcd.$::domain":
7 location => "$bcd_home/public_html",
8 content => template('bcd/vhost_bcd.conf'),
9 }
10
11 # TODO should be merged with main file
12 file { "$bcd_home/public_html/.htaccess":
13 content => template('bcd/htaccess')
14 }
15
16 # not sure if that's useful, since the file is public and trivially
17 # bruteforced
18 file { "$bcd_home/public_html/.htpasswd":
19 content => template('bcd/htpasswd')
20 }
21 }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30