Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/private-stub/hiera/roles/intraforumserver.yaml

Issue 29347356: Issue 4234 - Migrate Discourse to a Docker-based setup (Closed)
Patch Set: Clone from GitHub, updated to Discourse 1.6.4 Created Oct. 12, 2016, 1:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/discourse/templates/discourse.conf.erb ('k') | modules/private-stub/manifests/discourse.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/private-stub/hiera/roles/intraforumserver.yaml
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/private-stub/hiera/roles/intraforumserver.yaml
@@ -0,0 +1,8 @@
+# Email addresses of accounts that will get admin privileges (have to be confirmed)
+discourse::admins:
+ - 'test1@example.com'
+ - 'test2@example.com'
+
+# Google OAuth2 credentials (only valid for intraforum.test.example.com)
+discourse::google_oauth2_client_id: '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps.googleusercontent.com'
+discourse::google_oauth2_client_secret: 'jVpuVO2T1T4T9WQxAfGHWgeY'
« no previous file with comments | « modules/discourse/templates/discourse.conf.erb ('k') | modules/private-stub/manifests/discourse.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld