--- puppet/modules/bcd/manifests/web.pp 2012/03/19 19:51:44 2641 +++ puppet/modules/bcd/manifests/web.pp 2012/03/19 19:51:46 2642 @@ -1,15 +1,15 @@ class bcd::web { - include bcd::base + include bcd::base $location = "$bcd::home/public_html" apache::vhost_base { "bcd.$::domain": - location => $location, - content => template('bcd/vhost_bcd.conf'), - } + location => $location, + content => template('bcd/vhost_bcd.conf'), + } - # not sure if that's useful, since the file is public and trivially + # not sure if that's useful, since the file is public and trivially # bruteforced - file { "$bcd::home/htpasswd": + file { "$bcd::home/htpasswd": content => template('bcd/htpasswd') } }