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

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

Issue 9432192: Make database password configurable (Closed)
Patch Set: Created Feb. 28, 2013, 12:40 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/database.yml.erb ('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
@@ -1,9 +1,12 @@
class private::discourse {
+ # Database password for the discourse user
+ $database_password = 'vagrant'
+
# Secret token for session generation (initializers/secret_token.rb), generated via rake secret
$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'
« no previous file with comments | « modules/discourse/templates/database.yml.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld