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

Side by Side Diff: modules/private-stub/manifests/discourse.pp

Issue 6221863587938304: Issue 212 - Update Discourse (Closed)
Patch Set: Disabled mini profiler Created March 28, 2014, 11:51 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
« no previous file with comments | « modules/discourse/templates/site.erb ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # Secret token for session generation (initializers/secret_token.rb), generate d via rake secret
6 $secret = '12f125a3f0bf338f6dc1382786537d36f279e011cc91390ed57691725924c31ddf7 78e30eb7cc686361c0815202ec5ec40f8b6627ca960732eb1c0e6769db5fa'
7
8 # 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)
9 $admins = ['test1@example.com', 'test2@example.com'] 6 $admins = ['test1@example.com', 'test2@example.com']
10 7
11 # AirBrake API key 8 # AirBrake API key
12 $airbrake_key = '0123456789abcdef0123456789abcdef' 9 $airbrake_key = '0123456789abcdef0123456789abcdef'
13 } 10 }
OLDNEW
« no previous file with comments | « modules/discourse/templates/site.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld