aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-17 20:48:46 +0000
committerMichael Scherer <misc@mageia.org>2012-03-17 20:48:46 +0000
commit6d12878a95d913834433a1d1a22759931b3bf2a1 (patch)
treea877baf6808acef8edfb8abcfeab80d9135452ac /modules/puppet
parentdbc1e902bd1923e4587aa092e37f8c9c87c05aa4 (diff)
downloadpuppet-6d12878a95d913834433a1d1a22759931b3bf2a1.tar
puppet-6d12878a95d913834433a1d1a22759931b3bf2a1.tar.gz
puppet-6d12878a95d913834433a1d1a22759931b3bf2a1.tar.bz2
puppet-6d12878a95d913834433a1d1a22759931b3bf2a1.tar.xz
puppet-6d12878a95d913834433a1d1a22759931b3bf2a1.zip
add graphing support, so we can see graph of all our objects
Diffstat (limited to 'modules/puppet')
-rw-r--r--modules/puppet/templates/puppet.agent.conf2
1 files changed, 2 insertions, 0 deletions
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 %>