summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 4f4487f..67efcd4 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -16,7 +16,7 @@ class couchdb::params {
}
$cert_path = $couchdb_cert_path ? {
- "" => "etc/certs/",
+ "" => "/etc/couchdb",
default => $couchdb_cert_path,
}