diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-07-25 21:03:23 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-07-25 21:03:23 +0000 |
commit | aa47cdff81aba771a8e50a0cfa5d5b3bad140373 (patch) | |
tree | 524df9e85de6864518acb332d73321efa2778fa8 /modules | |
parent | c051c61dddc2531fc773096d769c11aaebf8f700 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/bcd/manifests/web.pp | 6 | ||||
-rw-r--r-- | modules/bcd/templates/htpasswd | 2 |
2 files changed, 0 insertions, 8 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') - } } 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 - |