Displaying 3 results from an estimated 3 matches for "bracketeditor".
2007 Jun 23
0
munin-module: updated
Hey all,
I finally found some time to update the munin module and here it is.
please configure your munin-nodes directory in: munin/manifests/init.pp
prior to using this module.
you also need ''file_splice'' a.k.a. the bracketeditor.
see here:
http://mail.madstop.com/pipermail/puppet-users/2007-June/003466.html
and a slightly changed version of ''remotefile''.
http://mail.madstop.com/pipermail/puppet-users/2007-June/003464.html
Changes:
- refactored init.pp: there are now separate files munin_client.pp,
mu...
2007 Jan 17
16
Cron jobs not removed when deleted from Manifest
I''m not sure if this has been posted previously, but I couldn''t find any information on it.
I added a cron job via the cron type and it installed properly. Next, I removed the cron type from the manifest.
The result was that, while the entry was no longer in the yaml file, the cron entry was not removed!
Is this a bug, or the way that it is supposed to function?
Thank you,
2007 May 26
13
munin module: manage clients and server''s config
...9; configuration will be managed automatically. This is easy.
- munin::server should also be managed automatically, but here the
solution is not so clear to me.
Following these pages:
http://mail.madstop.com/pipermail/puppet-users/2007-January/000926.html
http://reductivelabs.com/trac/puppet/wiki/BracketEditor
http://reductivelabs.com/trac/puppet/wiki/SimpleTextRecipes
I get the impression that the munin-server has to be the same host than
the puppet server.
I am thinking of taking the above recipes to generate the munin.conf.
But how do I deploy it then?
To manage the server and the clients with mi...