--- puppet/modules/bcd/manifests/web.pp 2013/07/21 22:41:34 3298 +++ puppet/modules/bcd/manifests/web.pp 2013/07/25 21:03:23 3299 @@ -6,10 +6,4 @@ location => $location, content => template('bcd/vhost_bcd.conf'), } - - # not sure if that's useful, since the file is public and trivially - # bruteforced - file { "$bcd::home/htpasswd": - content => template('bcd/htpasswd') - } }