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', |