| @@ -27,11 +27,11 @@ rtm: | |||||
| {% if matrix_appservice_slack_puppeting_enabled %} | {% if matrix_appservice_slack_puppeting_enabled %} | ||||
| puppeting: | puppeting: | ||||
| enabled: true | enabled: true | ||||
| onboard_users: {{ matrix_appservice_slack_puppeting_onboard_users|lower }} | |||||
| onboard_users: {{ matrix_appservice_slack_puppeting_onboard_users | to_json }} | |||||
| oauth2: | oauth2: | ||||
| client_id: "{{ matrix_appservice_slack_puppeting_slackapp_client_id }}" | |||||
| client_secret: "{{ matrix_appservice_slack_puppeting_slackapp_client_secret }}" | |||||
| client_id: {{ matrix_appservice_slack_puppeting_slackapp_client_id | to_json }} | |||||
| client_secret: {{ matrix_appservice_slack_puppeting_slackapp_client_secret | to_json }} | |||||
| {% endif %} | {% endif %} | ||||
| {% if matrix_appservice_slack_team_sync_enabled %} | {% if matrix_appservice_slack_team_sync_enabled %} | ||||
| @@ -39,7 +39,7 @@ team_sync: | |||||
| all: | all: | ||||
| channels: | channels: | ||||
| enabled: true | enabled: true | ||||
| alias_prefix: "{{ matrix_appservice_slack_team_sync_alias_prefix }}" | |||||
| alias_prefix: {{ matrix_appservice_slack_team_sync_alias_prefix | to_json }} | |||||
| users: | users: | ||||
| enabled: true | enabled: true | ||||
| {% endif %} | {% endif %} | ||||