summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/create_db.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/create_db.pp b/manifests/create_db.pp
index b080b06..6a6d18f 100644
--- a/manifests/create_db.pp
+++ b/manifests/create_db.pp
@@ -1,6 +1,6 @@
define couchdb::create_db ( $host='127.0.0.1:5984',
- $admins='{\"names\": [], \"roles\": [] }',
- $readers='{\"names\": [], \"roles\": [] }' )
+ $admins="{\"names\": [], \"roles\": [] }",
+ $readers="{\"names\": [], \"roles\": [] }" )
{
Couchdb::Query["create_db_${name}"] -> Couchdb::Query["db_security_${name}"]