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

Unified Diff: modules/private-stub/manifests/discourse.pp

Issue 4924880143253504: Issue 2471 - Update our Discourse instance (Closed)
Patch Set: Check out correct revision Created May 12, 2015, 10:15 a.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
Index: modules/private-stub/manifests/discourse.pp
===================================================================
--- a/modules/private-stub/manifests/discourse.pp
+++ b/modules/private-stub/manifests/discourse.pp
@@ -1,10 +1,11 @@
class private::discourse {
# Database password for the discourse user
$database_password = 'vagrant'
# Email addresses of accounts that will get admin privileges (have to be confirmed)
$admins = ['test1@example.com', 'test2@example.com']
- # AirBrake API key
- $airbrake_key = '0123456789abcdef0123456789abcdef'
+ # Google OAuth2 credentials (only valid for intraforum.test.example.com)
+ $google_client_id = '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps.googleusercontent.com'
+ $google_client_secret = 'jVpuVO2T1T4T9WQxAfGHWgeY'
}
« modules/discourse/manifests/init.pp ('K') | « modules/discourse/templates/discourse.conf.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld