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.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bcd/manifests/web.pp b/modules/bcd/manifests/web.pp
index 8a8ccc58..5e75191e 100644
--- a/modules/bcd/manifests/web.pp
+++ b/modules/bcd/manifests/web.pp
@@ -10,12 +10,12 @@ class bcd::web {
# TODO should be merged with main file
file { "$bcd_home/public_html/.htaccess":
- content => template('bcd/.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":
- content => template('bcd/.htpasswd')
+ content => template('bcd/htpasswd')
}
}