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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 class private::discourse { 1 class private::discourse {
2 # Database password for the discourse user 2 # Database password for the discourse user
3 $database_password = 'vagrant' 3 $database_password = 'vagrant'
4 4
5 # Email addresses of accounts that will get admin privileges (have to be confi rmed) 5 # Email addresses of accounts that will get admin privileges (have to be confi rmed)
6 $admins = ['test1@example.com', 'test2@example.com'] 6 $admins = ['test1@example.com', 'test2@example.com']
7 7
8 # AirBrake API key 8 # Google OAuth2 credentials (only valid for intraforum.test.example.com)
9 $airbrake_key = '0123456789abcdef0123456789abcdef' 9 $google_client_id = '999843142701-ob74a7iua4vc6850stl29fdd8bhrt68j.apps.google usercontent.com'
10 $google_client_secret = 'jVpuVO2T1T4T9WQxAfGHWgeY'
10 } 11 }
OLDNEW
« 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