From 6d12878a95d913834433a1d1a22759931b3bf2a1 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 17 Mar 2012 20:48:46 +0000 Subject: add graphing support, so we can see graph of all our objects --- modules/puppet/templates/puppet.agent.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/puppet') diff --git a/modules/puppet/templates/puppet.agent.conf b/modules/puppet/templates/puppet.agent.conf index 957d6e73..b08a903b 100644 --- a/modules/puppet/templates/puppet.agent.conf +++ b/modules/puppet/templates/puppet.agent.conf @@ -9,6 +9,8 @@ splay = true report = true + + graph = true <% if environment %> environment = <%= environment %> <% end %> -- cgit v1.2.1