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

Annotation of /puppet/modules/bcd/manifests/web.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2561 - (hide 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 misc 2558 class bcd::web {
2     include bcd::base
3 misc 2559 # TODO simplify this
4     $bcd_home = $bcd::home
5 misc 2558
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 misc 2561 content => template('bcd/htaccess')
14 misc 2558 }
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 misc 2561 content => template('bcd/htpasswd')
20 misc 2558 }
21     }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30