diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-17 20:48:46 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-17 20:48:46 +0000 |
commit | 6d12878a95d913834433a1d1a22759931b3bf2a1 (patch) | |
tree | a877baf6808acef8edfb8abcfeab80d9135452ac /modules | |
parent | dbc1e902bd1923e4587aa092e37f8c9c87c05aa4 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/puppet/templates/puppet.agent.conf | 2 |
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 %> |