aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-17 11:09:07 +0000
committerMichael Scherer <misc@mageia.org>2012-03-17 11:09:07 +0000
commitac0f458229aaf21aee80018c28ff0135d6422128 (patch)
tree5e9029282e38d0704cedf6ca6841c6620622904a /modules/bcd
parent35879ef49e41f08d2555cd877cb3e56f1d9193e1 (diff)
downloadpuppet-ac0f458229aaf21aee80018c28ff0135d6422128.tar
puppet-ac0f458229aaf21aee80018c28ff0135d6422128.tar.gz
puppet-ac0f458229aaf21aee80018c28ff0135d6422128.tar.bz2
puppet-ac0f458229aaf21aee80018c28ff0135d6422128.tar.xz
puppet-ac0f458229aaf21aee80018c28ff0135d6422128.zip
do not keep hidden file in the repository
Diffstat (limited to 'modules/bcd')
-rw-r--r--modules/bcd/manifests/web.pp4
-rw-r--r--modules/bcd/templates/htaccess (renamed from modules/bcd/templates/.htaccess)0
-rw-r--r--modules/bcd/templates/htpasswd (renamed from modules/bcd/templates/.htpasswd)0
3 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')
}
}
diff --git a/modules/bcd/templates/.htaccess b/modules/bcd/templates/htaccess
index 63631312..63631312 100644
--- a/modules/bcd/templates/.htaccess
+++ b/modules/bcd/templates/htaccess
diff --git a/modules/bcd/templates/.htpasswd b/modules/bcd/templates/htpasswd
index 457a13a7..457a13a7 100644
--- a/modules/bcd/templates/.htpasswd
+++ b/modules/bcd/templates/htpasswd