summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 5c5f374..ebff774 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -101,7 +101,7 @@ class couchdb::base {
}
file { '/etc/couchdb/local.d/admin.ini':
- content => "[admins]\nadmin = ${admin_hash}\n",
+ content => template('couchdb/admin.ini.erb'),
mode => '0600',
owner => $couchdb_user,
group => $couchdb_user,