Index: hiera/roles/intraforumserver.yaml |
=================================================================== |
--- a/hiera/roles/intraforumserver.yaml |
+++ b/hiera/roles/intraforumserver.yaml |
@@ -1,11 +1,36 @@ |
classes: |
statsclient: |
discourse: |
domain: "intraforum.adblockplus.org" |
certificate: "intraforum.adblockplus.org_sslcert.pem" |
private_key: "intraforum.adblockplus.org_sslcert.key" |
is_default: true |
+ site_settings: |
+ title: "Adblock Plus internal discussions" |
+ contact_email: "admins@adblockplus.org" |
+ notification_email: "donotreply@adblockplus.org" |
+ site_contact_username: "system" |
+ allow_user_locale: "t" |
+ share_links: "" |
Wladimir Palant
2016/07/08 15:46:38
This setting is new, we didn't have it in our prev
|
+ login_required: "t" |
+ must_approve_users: "f" |
+ enable_local_logins: "f" |
+ allow_new_registrations: "t" |
Wladimir Palant
2016/07/08 15:46:38
For some reason, this is necessary even for creati
|
+ enable_google_oauth2_logins: "t" |
+ enable_yahoo_logins: "f" |
+ enable_twitter_logins: "f" |
+ enable_instagram_logins: "f" |
Wladimir Palant
2016/07/08 15:46:38
This setting is new, we didn't have it in our prev
|
+ enable_facebook_logins: "f" |
+ enable_github_logins: "f" |
+ email_domains_blacklist: "" |
+ email_domains_whitelist: "adblockplus.org|eyeo.com" |
+ enforce_global_nicknames: "f" |
+ max_mentions_per_post: 50 |
+ google_oauth2_client_id: "%{hiera('discourse::google_oauth2_client_id')}" |
+ google_oauth2_client_secret: "%{hiera('discourse::google_oauth2_client_secret')}" |
+ # Note: use_https will be renamed into force_https in Discourse 1.6. |
+ use_https: "t" |
+ white_listed_spam_host_domains: "adblockplus.org,eyeo.com" |
requirements: |
memory: 1024 |
- |