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

Unified Diff: modules/discourse/manifests/init.pp

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)
Patch Set: #753 - set up an order system to let eyeo employees file order requests Created July 30, 2014, 4:54 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/discourse/manifests/init.pp
===================================================================
--- a/modules/discourse/manifests/init.pp
+++ b/modules/discourse/manifests/init.pp
@@ -258,12 +258,6 @@
value => 'adblockplus.org,eyeo.com'
}
- discourse::sitesetting {'max_mentions_per_post':
- ensure => present,
- type => 3,
- value => '50',
Wladimir Palant 2014/07/31 09:46:53 I don't think you intended this change here.
- }
-
Discourse::Customservice <| |> {
user => 'discourse',
workdir => '/opt/discourse',

Powered by Google App Engine
This is Rietveld