/[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 2691 - (hide annotations) (download)
Sun Mar 25 12:47:26 2012 UTC (12 years, 1 month 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 misc 2558 class bcd::web {
2 misc 2642 include bcd::base
3 misc 2565 $location = "$bcd::home/public_html"
4 misc 2558
5 misc 2691 apache::vhost::base { "bcd.$::domain":
6 misc 2642 location => $location,
7     content => template('bcd/vhost_bcd.conf'),
8     }
9 misc 2558
10 misc 2642 # not sure if that's useful, since the file is public and trivially
11 misc 2558 # bruteforced
12 misc 2642 file { "$bcd::home/htpasswd":
13 misc 2561 content => template('bcd/htpasswd')
14 misc 2558 }
15     }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30