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

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

Issue 5649449867018240: #664 - Increase The Mention Limit (Closed)
Patch Set: Created July 22, 2014, 3:13 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/discourse/manifests/init.pp
===================================================================
--- a/modules/discourse/manifests/init.pp
+++ b/modules/discourse/manifests/init.pp
@@ -258,6 +258,12 @@
value => 'adblockplus.org,eyeo.com'
}
+ discourse::sitesetting {'max_mentions_per_post':
+ ensure => present,
+ type => 3,
+ value => '50',
+ }
+
Discourse::Customservice <| |> {
user => 'discourse',
workdir => '/opt/discourse',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld