summaryrefslogtreecommitdiff
path: root/templates/munin-node.conf.erb
AgeCommit message (Collapse)Author
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-01-29comment a regexp that is not yet supported by all deployed munin versionsmh
2013-11-20Unify OS specific munin-conf.confEwoud Kohl van Wijngaarden
In essence all munin-node.conf files contained the same template, besides a few values. By moving all to a single template, maintenance burden is reduced. To ensure all values are still present in the templates, tests are added.