/[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 2642 - (hide annotations) (download)
Mon Mar 19 19:51:46 2012 UTC (12 years, 1 month ago) by misc
File size: 389 byte(s)
whitespace fix
1 misc 2558 class bcd::web {
2 misc 2642 include bcd::base
3 misc 2565 $location = "$bcd::home/public_html"
4 misc 2558
5     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