Alexandros Kosiaris has submitted this change and it was merged. Change subject: role::ganglia::web rrdcached fixes ......................................................................
role::ganglia::web rrdcached fixes Typos again. Need to unit test this more Change-Id: I6d28f2ec72f5722d82489418c2663527d00c2814 --- M modules/ganglia_new/templates/rrdcached.default.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/ganglia_new/templates/rrdcached.default.erb b/modules/ganglia_new/templates/rrdcached.default.erb index c67e781..f2f1082 100644 --- a/modules/ganglia_new/templates/rrdcached.default.erb +++ b/modules/ganglia_new/templates/rrdcached.default.erb @@ -12,7 +12,7 @@ # (do not specify -p <pidfile> - this is handled by the init script) # default: see /etc/init.d/rrdcached #OPTS="" -OPTS="-s nogroup -l unix:<%= @gmetadsocket %> -s www-data -P PENDING,FLUSH,STATS -l unix:<%= @gwebsocket %> -j /var/lib/rrdcached/journal/ -b <%= @rrdpath %> -B" +OPTS="-s nogroup -l unix:<%= @gmetad_socket %> -s www-data -P PENDING,FLUSH,STATS -l unix:<%= @gweb_socket %> -j /var/lib/rrdcached/journal/ -b <%= @rrdpath %> -B" # number of seconds to wait for rrdcached to shut down # (writing the data to disk may take some time; -- To view, visit https://gerrit.wikimedia.org/r/172693 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6d28f2ec72f5722d82489418c2663527d00c2814 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
