summaryrefslogtreecommitdiff
path: root/manifests/client/debian.pp
AgeCommit message (Collapse)Author
2011-05-07Merge remote branch 'riseup/master'intrigeri
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
2010-12-20Fix for when Package['iproute'] is already managed elsewhere.intrigeri
2010-12-10standardize formattingMicah Anderson
2010-05-13remove tabs and trailing whitespaces in manifestsJerome Charaoui
2009-12-22remove duplicated include of pluginsMicah Anderson
2009-12-22Revert "take out the removal of the postfix_mailvolume munin plugin. I do ↵Micah Anderson
not see what the bug is, and this interferes with local installation of the plugin (causes duplicate definitions)" It looks like the reason this is here is because on a default debian install, without postfix installed, this postfix munin module is activated, leading to empty graphs. So rather that leave non-postfix people in this situation, we can instead leave this in and the class can be overridden locally. This reverts commit ebfde169e0ef4fc749cd6804e707103fab7dbf78. Conflicts: manifests/client/debian.pp
2009-12-22we may have iproute installed elsewhere, by doing it in the muninMicah Anderson
module, we risk duplicate definitions. this commit fixes that by doing a check to see if it is already defined elsewhere, and if it is not, then it installs the package
2009-12-22indentation fixups, using the emacs/vim modes for standardizationMicah Anderson
2009-12-22take out the removal of the postfix_mailvolume munin plugin. I do not see ↵Micah Anderson
what the bug is, and this interferes with local installation of the plugin (causes duplicate definitions)
2009-09-29refactor everything into its own filemh