summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-16 23:23:32 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-16 23:23:32 -0200
commitdc3ae9c0b0d788862fe6959cddea1a6a8b091cce (patch)
treeb09383f86b9574e0ca0a076fbd56d4ae1706002b
parente7ff572b1c79380721c137dd4d8a1ed965a26974 (diff)
downloadpuppet-etherpad-dc3ae9c0b0d788862fe6959cddea1a6a8b091cce.tar.gz
puppet-etherpad-dc3ae9c0b0d788862fe6959cddea1a6a8b091cce.tar.bz2
Admin password
-rw-r--r--templates/settings.json.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/settings.json.erb b/templates/settings.json.erb
index 8244228..45e6017 100644
--- a/templates/settings.json.erb
+++ b/templates/settings.json.erb
@@ -67,6 +67,12 @@
}
},
*/
+ "users": {
+ "admin": {
+ "password": "<%= etherpad_admin_password %>",
+ "is_admin": true
+ }
+ },
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO"