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

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

Issue 9351210: Define Discourse admins and site settings in Puppet, separate private data from other settings (Closed)
Patch Set: Created Feb. 19, 2013, 3:08 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
Index: modules/private-stub/manifests/discourse.pp
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/private-stub/manifests/discourse.pp
@@ -0,0 +1,4 @@
+class private::discourse {
+ $secret = '9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08'
+ $admins = ['test1@example.com', 'test2@example.com']
+}
« modules/discourse/manifests/sitesetting.pp ('K') | « modules/discourse/manifests/sitesetting.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld