aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd/manifests/web.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-07-25 21:03:23 +0000
committerThomas Backlund <tmb@mageia.org>2013-07-25 21:03:23 +0000
commitaa47cdff81aba771a8e50a0cfa5d5b3bad140373 (patch)
tree524df9e85de6864518acb332d73321efa2778fa8 /modules/bcd/manifests/web.pp
parentc051c61dddc2531fc773096d769c11aaebf8f700 (diff)
downloadpuppet-aa47cdff81aba771a8e50a0cfa5d5b3bad140373.tar
puppet-aa47cdff81aba771a8e50a0cfa5d5b3bad140373.tar.gz
puppet-aa47cdff81aba771a8e50a0cfa5d5b3bad140373.tar.bz2
puppet-aa47cdff81aba771a8e50a0cfa5d5b3bad140373.tar.xz
puppet-aa47cdff81aba771a8e50a0cfa5d5b3bad140373.zip
drop bcd htpasswd from svn
Diffstat (limited to 'modules/bcd/manifests/web.pp')
-rw-r--r--modules/bcd/manifests/web.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/bcd/manifests/web.pp b/modules/bcd/manifests/web.pp
index abfa5647..9f509ec3 100644
--- a/modules/bcd/manifests/web.pp
+++ b/modules/bcd/manifests/web.pp
@@ -6,10 +6,4 @@ class bcd::web {
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')
- }
}