summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2013-03-20Security: plugin-config should not me world readable as it might contain ↵micah
passwords
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
2011-05-07Merge remote branch 'riseup/master'intrigeri
2011-03-29fix merge conflict syntax errorMicah Anderson
2011-03-25fix syntax error as a result of the mergeMicah Anderson
2011-03-25Merge remote-tracking branch 'immerda/master'Micah Anderson
Conflicts: manifests/host.pp manifests/host/cgi.pp manifests/plugin.pp manifests/plugin/deploy.pp manifests/plugins/apache.pp manifests/plugins/base.pp manifests/plugins/dom0.pp manifests/plugins/gentoo.pp manifests/plugins/interfaces.pp manifests/plugins/linux.pp manifests/plugins/openbsd.pp manifests/plugins/physical.pp manifests/plugins/selinux.pp manifests/plugins/vserver.pp
2011-03-25Merge commit 'e7d23dabf191c5416197af0b229fc90b94539405'Micah Anderson
Conflicts: manifests/client.pp manifests/client/base.pp manifests/client/darwin.pp manifests/client/debian.pp manifests/client/gentoo.pp manifests/client/openbsd.pp manifests/client/package.pp manifests/host.pp manifests/init.pp manifests/plugin.pp manifests/plugin/scriptpaths.pp manifests/plugins/interfaces.pp manifests/plugins/linux.pp manifests/plugins/vserver.pp manifests/register.pp manifests/register_snmp.pp manifests/remoteplugin.pp manifests/snmp_collector.pp
2011-03-24add ability to register a non-puppet-managed munin nodeMicah Anderson
Conflicts: manifests/register.pp
2011-03-24remove nagios plugin, now provided by nagios moduleJerome Charaoui
2011-03-24remove outdated and undesirable apt_all plugin on debian systems which ↵Micah Anderson
triggers random apt-get update commands Conflicts: manifests/plugins/debian.pp
2010-12-20Fix for when Package['iproute'] is already managed elsewhere.intrigeri
2010-12-12fix syntax error introduced with previous commitMicah Anderson
2010-12-10another formatting fixMicah Anderson
2010-12-10standardize formattingMicah Anderson
2010-12-10this change makes sure that munin-common is installed before munin-node is ↵Micah Anderson
installed on Debian systems that are not lenny (would be nice if we could use operators for lsbdistcode name like 'if $lsbdistcodename >> "lenny") on Debian Squeeze and later, the munin-node package requires that munin-common be installed. this would normally be handled automatically by the packaging system, but if you utilize the $munin_node_ensure_version variable to set it to the backports version, and you have backports pinned properly (as the shared-apt module does it), it will fail to install the munin-common package from backports. you would think that this change should go in the debian.pp, but that is not possible because debian.pp inherits client/package.pp and thus the order happens wrong
2010-12-09replace gsub with builtin regsubstmh
2010-09-27use shell so we can actually pipe that commandMarcel Haerry
2010-08-09add an $operatingsystem case to the host/cgi.pp for Debian, because the ↵Micah Anderson
default apache group is www-data, not apache
2010-08-09have munin::host::cgi inherit munin::host.Micah Anderson
this prevents you from having to include both in the node definition for your munin host
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-08-02escapingmh
2010-07-21Revert "remove escaping"mh
This reverts commit b491a012b6c2af328a782d27d8109aa282611f0c.
2010-07-20remove escapingmh
2010-07-19fixing the actual problemmh
2010-07-19another fix for inclusionmh
2010-07-19fixing a possible include problemmh
2010-07-15fixing weird class setupmh
we had some weird class setup which caused some problems on 2.6 (see puppet bug #4242 for more info). This commit cleans that weird setup up and decouples a lot of things.
2010-07-01merge with lavamindmh
2010-06-05fix dependency cyclemh
2010-05-22check status over pidfilemh
2010-05-22this package is not anymore needed on latest openbsdmh
2010-05-22for new openbsd releases we can finally use a packagemh
2010-05-14refactor register class and client templateJerome Charaoui
2010-05-13remove tabs and trailing whitespaces in manifestsJerome Charaoui
2010-05-13Merge branch 'master' of git://git.puppet.immerda.ch/module-muninJerome Charaoui
2010-05-09adjust module_dirmh
2010-04-07add ability to register a non-puppet-managed munin nodeJerome Charaoui
2010-02-01remove nagios plugin, now provided by nagios moduleJerome Charaoui
2010-02-01remove outdated and undesirable apt_all plugin on debian systems which ↵Jerome Charaoui
triggers random apt-get update commands
2009-12-30switch to correct way of checking if the variable is setMatt Taggart
2009-12-30can't use - in a variable nameMatt Taggart
2009-12-30add support for setting munin and munin-node package versionsMatt Taggart
2009-12-23finish settting up splitting the centos bitsMicah Anderson
2009-12-22more standardization of indenting/formattingMicah Anderson
2009-12-22the 'users' munin plugin seems to be a centos-specific one, so weMicah Anderson
setup a special munin::plugins::centos and include that in the proper client case statement for centos
2009-12-22more formatting standardizationsMicah Anderson
2009-12-22formatting standardizationMicah Anderson