summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2014-12-05Ignore vnet\d+ network interfaces, just like veth, virbr etc.intrigeri
2013-04-17setup $::operatingsystem triggered variables for the apache_user and ↵Micah Anderson
document_root
2013-04-17fix dependency on Concat::Fragment['munin.conf.header'], was set to File ↵Micah Anderson
which would cause this: err: Failed to apply catalog: Could not find dependency File[/etc/munin/munin.conf.header] for Exec[set_modes_for_cgi] at /etc/puppet/modules/munin/manifests/host/cgi.pp:6
2013-03-20Merge branch 'immerda/master'micah
Conflicts: files/plugins/xen-cpu templates/munin-node.conf.Debian.squeeze
2013-03-20Security: another mode change on /etc/munin/plugin-conf.d/munin-nodemicah
2013-03-20Security: plugin-config should not me world readable as it might contain ↵micah
passwords
2013-03-20Security: plugin-config should not me world readable as it might contain ↵mh
passwords
2013-03-18Merge remote-tracking branch 'githubmirror/master' into HEADmh
2013-03-18Add support for specifying tags for exported resourcesSander Hoentjen
This enables you to specify different servers for different clients.
2013-02-28move this to the apache modulemh
2013-02-28make it possible to manage the seltypemh
2013-02-28this require is pretty useless, as if we have a require on the define, we do ↵mh
not need to pass it down
2013-02-28lintingmh
2013-02-28lintingmh
2013-01-25Merge remote-tracking branch 'githubmirror/master'mh
2013-01-24added support for use_ssh for munin 2.0Markus Heberling
2012-12-07fix issue if pid is not at the beginning + lintingmh
2012-12-06replace xen-cpu plugin with a better pluginmh
2012-11-29filter correct unwanted interfacesmh
2012-11-27exclude more weird interfacesmh
2012-11-27improve regexpmh
2012-11-27filter out many of the useless interfaces that show upmh
2012-11-27there are now official selinux pluginsmh
2012-09-12add kvm pluginsmh
2012-07-19Fix requirements for pluginsGabriel Filion
When including munin::host without explicitly including munin::client, puppet fails to run with the following message: Could not find dependent Service[munin-node] for File[/etc/munin/plugins] at /tmp/vagrant-puppet/modules-0/munin/manifests/plugins/setup.pp:14 This is because munin::host declares a munin plugin, and in turn this one creates a dependency on the 'munin-node' package and service. Since this dependency is not fulfilled, the run fails. The munin::plugins::setup class needs to fulfill its own dependencies by including munin::client. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2012-07-18Fixing FSH issue for Debian and adding a note about the change from ↵kwadronaut
site-munin to site_munin
2012-06-28Default munin htmldir in Debian moved some time ago tokwadronaut
/var/cache/munin/www This commit makes sure that you have it set correctly
2012-06-27change site-munin to site_munin for 2.7Micah Anderson
2012-06-24correct namingmh
2012-06-18if it's * it should be collected by fqdn otherwise directly by what is given ↵mh
to be listened on
2012-06-13migrate away from hiera stuffmh
2012-06-10config for dfmh
2012-06-09use class parametersmh
2012-06-08refactor things for >2.7mh
2012-06-05new style for 2.7mh
2012-04-10Merge pull request #3 from cwarden/concat-fixduritong
Make sure concat::setup is declared
2012-04-10Merge remote-tracking branch 'cwarden/debian-squeeze-htmldir-fix' into mastermh
Pull Request #4 Conflicts: manifests/host.pp
2012-04-10merge from githubmh
2012-02-25CentOS 5 does not yet have a munin policymh
2012-02-16set correct labels for munin pluginsmh
2012-02-15correct parammh
2012-02-15manage selinux if enabled of plugins we managemh
2012-02-02Fix munin.conf for squeeze and later Debian releasesChristian G. Warden
Add support for lsbdistcodename-specific munin.conf.header files. Create squeeze munin.conf.header file which contains the new htmldir setting, /var/cache/munin/www, and symlink wheezy and sid to it.
2012-02-02Make sure concat::setup is declaredChristian G. Warden
Make sure concat::setup is declared for /etc/munin/munin.conf.
2012-02-02Fully qualify facter variablesChristian G. Warden
2011-11-05use hiera to configure munin node specific thingsmh
2011-08-05use correct definemh
2011-08-04Also provide port for snmp nodesMarcel Haerry
2011-08-04move from concatenated_file to concatMarcel Haerry
2011-08-04merge with immerda/masterMarcel Haerry