Skip to content

Commit

Permalink
Revert linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hcartiaux committed Aug 30, 2024
1 parent 62c64ee commit 6e5f7c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions templates/plugins/ep_ldapauth.epp
Original file line number Diff line number Diff line change
@@ -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,
}
},
10 changes: 5 additions & 5 deletions templates/plugins/ep_mypads.epp
Original file line number Diff line number Diff line change
@@ -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,
}
},

0 comments on commit 6e5f7c5

Please sign in to comment.