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

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

Issue 9495010: Don`t set unused secret_token site setting, set access password (Closed)
Patch Set: Created March 1, 2013, 10:26 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
« no previous file with comments | « modules/discourse/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/private-stub/manifests/discourse.pp
===================================================================
--- a/modules/private-stub/manifests/discourse.pp
+++ b/modules/private-stub/manifests/discourse.pp
@@ -6,11 +6,11 @@ class private::discourse {
$secret = '12f125a3f0bf338f6dc1382786537d36f279e011cc91390ed57691725924c31ddf778e30eb7cc686361c0815202ec5ec40f8b6627ca960732eb1c0e6769db5fa'
# 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'
- # Secret key for the secret_token site setting, generated via rake secret
- $cookie_secret = '1475f0c65f1753966844cd520cbc85f95c2a71e22ae2ddde34df0a78a2c63a70f9b241686c2dba5562126a5f3c840ec4f8f7e1a6fc64af2c4ccfdd85de5d3b4e'
+ # Shared password used to access the website
+ $access_password = 'discourse'
}
« no previous file with comments | « modules/discourse/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld