From aa47cdff81aba771a8e50a0cfa5d5b3bad140373 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 25 Jul 2013 21:03:23 +0000 Subject: drop bcd htpasswd from svn --- modules/bcd/manifests/web.pp | 6 ------ modules/bcd/templates/htpasswd | 2 -- 2 files changed, 8 deletions(-) delete mode 100644 modules/bcd/templates/htpasswd (limited to 'modules/bcd') 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') - } } diff --git a/modules/bcd/templates/htpasswd b/modules/bcd/templates/htpasswd deleted file mode 100644 index 457a13a7..00000000 --- a/modules/bcd/templates/htpasswd +++ /dev/null @@ -1,2 +0,0 @@ -valstar:42Mx5EawIqVTY - -- cgit v1.2.1