diff --git a/templates/plugins/ep_ldapauth.epp b/templates/plugins/ep_ldapauth.epp index b314bb4..bfc7aee 100644 --- a/templates/plugins/ep_ldapauth.epp +++ b/templates/plugins/ep_ldapauth.epp @@ -1,12 +1,12 @@ # LDAP Authentication -'users': { - 'ldapauth': <%= to_json_pretty($etherpad::plugins::ep_ldapauth::_real_ldapauth_options) %>, +"users": { + "ldapauth": <%= to_json_pretty($etherpad::plugins::ep_ldapauth::_real_ldapauth_options) %>, }, # When LDAP is configured, you cannot add more than one Etherpad administrator. To see more, read the documentation. -'users': { +"users": { "<%= ${etherpad::ep_local_admin_login} -%>": { - 'password': "<%= ${etherpad::ep_local_admin_pwd} -%>", - 'is_admin': true, + "password": "<%= ${etherpad::ep_local_admin_pwd} -%>", + "is_admin": true, } }, diff --git a/templates/plugins/ep_mypads.epp b/templates/plugins/ep_mypads.epp index e7f617f..6f1a4d5 100644 --- a/templates/plugins/ep_mypads.epp +++ b/templates/plugins/ep_mypads.epp @@ -1,11 +1,11 @@ # Mypads -'ep_mypads': { -'ldap' : <%= to_json_pretty($etherpad::plugins::ep_mypads::_real_mypads_options) %> }, +"ep_mypads": { +"ldap" : <%= to_json_pretty($etherpad::plugins::ep_mypads::_real_mypads_options) %> }, # When LDAP is configured, you add one Etherpad administrator. To see more, read the documentation. -'users': { +"users": { "<%= ${etherpad::ep_local_admin_login} -%>": { - 'password': "<%= ${etherpad::ep_local_admin_pwd} -%>", - 'is_admin': true, + "password": "<%= ${etherpad::ep_local_admin_pwd} -%>", + "is_admin": true, } },