aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd/manifests/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bcd/manifests/web.pp')
-rw-r--r--modules/bcd/manifests/web.pp7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/bcd/manifests/web.pp b/modules/bcd/manifests/web.pp
index 5e75191e..b7fb125a 100644
--- a/modules/bcd/manifests/web.pp
+++ b/modules/bcd/manifests/web.pp
@@ -8,14 +8,9 @@ class bcd::web {
content => template('bcd/vhost_bcd.conf'),
}
- # TODO should be merged with main file
- file { "$bcd_home/public_html/.htaccess":
- content => template('bcd/htaccess')
- }
-
# not sure if that's useful, since the file is public and trivially
# bruteforced
- file { "$bcd_home/public_html/.htpasswd":
+ file { "$bcd_home/htpasswd":
content => template('bcd/htpasswd')
}
}