summaryrefslogtreecommitdiff
path: root/manifests/client.pp
AgeCommit message (Collapse)Author
2015-08-14Add an upgrade notice about using the main classGabriel Filion
The module's behaviour was changed from needing to include two different classes to using only the main class (class munin) directly. However, this change was not documented and it could lead to weird errors related to variables being undefined.
2015-02-12Remove munin::client::darwin (Closes: #4347).intrigeri
It's using `line', and then it's the only blocker left to migrate to the cleaned up "common" module. We've found nobody who could maintain it nor test changes we could make, so better simply drop it.
2014-12-13create a single entry point to the moduleGabriel Filion
The current state of the module makes it impossible to install a munin server with munin::host, since it depends on resources in munin::client (because of the plugins it installs). Even if we include the munin::client class "just before" munin::host, puppet thinks there are dependency issues. By moving arguments to a single point of entry we can then include all necessary items and puppet will find the needed resources correctly.
2014-06-12changed host_name default to ::fqdnantonio
2014-04-09Configurable host_name variableantonio
2014-02-03Add support for setting the descryption and group supportArjen Heidinga
2013-11-03remove anchor dependency - fixed #26mh
given that all os are using package installation now, we can replace the anchor with the package dependency. It also caused a dependency cycle as the anchor was for the whole class and not only the package installation.
2013-11-03cleanup openbsd manual installation + remove unnecessary filesmh
The manual OpenBSD installation is now so old and not needed anymore.
2013-11-03some docmh
2013-10-13Class[] -> Class[] requirement replaced by an anchorTomas Barton
2013-07-02lintifyEwoud Kohl van Wijngaarden
2013-03-18Add support for specifying tags for exported resourcesSander Hoentjen
This enables you to specify different servers for different clients.
2013-01-24added support for use_ssh for munin 2.0Markus Heberling
2012-06-13migrate away from hiera stuffmh
2012-06-09use class parametersmh
2012-06-05new style for 2.7mh
2012-02-02Fully qualify facter variablesChristian G. Warden
2011-11-05use hiera to configure munin node specific thingsmh
2011-08-04move from concatenated_file to concatMarcel Haerry
2010-05-13remove tabs and trailing whitespaces in manifestsJerome Charaoui
2009-12-10adapt module_dir to new common module and create 'munin' base class to ↵Jerome Charaoui
provide it, instead of doing an import
2009-09-29correctly include the right client classmh
2009-09-29refactor everything into its own filemh
2009-09-29add shorewall rulesmh
2009-06-02merged with immerdaMarcel Haerry
2009-06-02don't require the exec, as the require is exported as wellMarcel Haerry
2009-06-02finally implemented snmp clientMarcel Haerry
2009-04-15don't require the exec, as the require is exported as wellMarcel Haerry
2009-04-15finally implemented snmp clientMarcel Haerry
2009-03-02added munin logfile cleanup cronmh
2008-10-01use new unified adding cmdmh
2008-10-01fix rc.local adding, simplify the grep -> more errors possible, less trickymh
2008-10-01log directory also needs to be createdmh
2008-10-01switch to the / dirmh
2008-10-01reorder dependeciesmh
2008-10-01adding an additional order parammh
2008-10-01fix param-namemh
2008-10-01correct naming of classesmh
2008-10-01tried to make munin-node installable and runable on openbsdmh
2008-07-08if the munin node config file is changed it should notify the servicemh
2008-07-08if the munin node config file is changed it should notify the servicemh
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1777 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-06-13Merge commit 'puzzle/development'mh
2008-06-13Merge commit 'puzzle/development'mh
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1600 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-25antoher try to fix the problemmh
2008-04-25antoher try to fix the problemmh
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1264 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-25forgot lsbdistcodename in debianmh
2008-04-25forgot lsbdistcodename in debianmh
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1262 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-25another try to fix this problemmh
2008-04-25another try to fix this problemmh
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1261 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-24fixed munin-conf on gentoomh