summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-06-29 14:30:13 +0200
committervarac <varacanero@zeromail.org>2015-06-29 14:30:13 +0200
commit3c20a3169e77e5a5f9abc06788c3a7730d5530ca (patch)
treea4bb260efca6e8c16062bff9c46accce489dacb4
parent339ea696c8bb5759a000995de502a6f381abc91c (diff)
remove debugging leftover notice()
-rw-r--r--manifests/base.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 9f87565..f698729 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -69,7 +69,6 @@ class couchdb::base {
$alg = $::couchdb::pwhash_alg
$salt = $::couchdb::admin_salt
- notice ($salt)
case $alg {
'sha1': {
# str_and_salt2sha1 is a function from leap's stdlib module