Parent Directory
|
Revision Log
fix variable usage
1 | misc | 2558 | class bcd::web { |
2 | include bcd::base | ||
3 | misc | 2565 | $location = "$bcd::home/public_html" |
4 | misc | 2558 | |
5 | apache::vhost_base { "bcd.$::domain": | ||
6 | misc | 2565 | location => $location, |
7 | misc | 2558 | 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 | misc | 2565 | file { "$bcd::home/htpasswd": |
13 | misc | 2561 | content => template('bcd/htpasswd') |
14 | misc | 2558 | } |
15 | } |
Name | Value |
---|---|
svn:keywords | ID Date Rev |
ViewVC Help | |
Powered by ViewVC 1.1.28 |