summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-20Unify logrotate files into templatesEwoud Kohl van Wijngaarden
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.
2013-11-18Merge pull request #28 from deric/stdlib_ensureduritong
use rather ensure_packages
2013-11-18use rather ensure_packagesTomas Barton
2013-11-03add a few more intelligent plugins for linux hostsmh
2013-11-03remove unnecessary dependenciesmh
2013-11-03fix #26 - do not manage files of a plugin if it should be absentmh
The directories are recursively managed and will purge these files anyway and trigger a proper restart. Like that we can safe a few resources in our catalog.
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-03use rather the stdlib prefix function than the good old regsubst hackmh
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-23minor cleanupduritong
2013-10-15Merge pull request #25 from deric/travisduritong
enable travis-ci integration
2013-10-14enable travis-ci integrationTomas Barton
2013-10-13Merge pull request #24 from deric/specsduritong
Integrate automated testing
2013-10-13disabled building on ruby 2.0 before puppet 3.2Tomas Barton
2013-10-13disabled testing of puppet 2.6Tomas Barton
2013-10-13munin host specsTomas Barton
2013-10-13Class[] -> Class[] requirement replaced by an anchorTomas Barton
2013-10-13linking current directory to fixturesTomas Barton
2013-10-13debugging travis and librarianTomas Barton
2013-10-13removed fixtures file, librarian is much betterTomas Barton
2013-10-13added fixtures fileTomas Barton
2013-10-13travis integrationTomas Barton
2013-10-13extended tests, first group should passTomas Barton
2013-10-12basic munin::client specsTomas Barton
2013-10-12testing infrastructureTomas Barton
2013-10-05Merge pull request #23 from caseycs/masterduritong
Correct script_path_in param name
2013-10-05Correct script_path_in param nameKondrashov Ilia
2013-09-29Merge pull request #20 from deric/masterduritong
Added conf header for Ubuntu
2013-09-19readme reformatted into sectionsTomas Barton
Conflicts: README.md
2013-09-19config header for ubuntuTomas Barton
2013-09-05Merge pull request #18 from deric/masterduritong
plugin::deploy added to README
2013-09-05mentioned modulepath where puppet searches for plugins to deployTomas Barton
2013-09-03plugin::deploy added to READMETomas Barton
2013-08-26correct namemh
2013-08-25there isn't anymore any dependency on the common modulemh
2013-08-25Merge pull request #17 from deric/masterduritong
README formatting
2013-08-25Merge pull request #12 from oxilion/lintingduritong
lintify
2013-08-21added modulefileTomas Barton
2013-08-21fixed list numberingTomas Barton
2013-08-21lists formattingTomas Barton
2013-08-21README converted to MarkDown syntaxTomas Barton
2013-08-20Merge pull request #16 from badgerious/which_fixduritong
Use Facter::Util::Resolution.which instead of `which ...`
2013-08-19Use Facter::Util::Resolution.which instead of `which ...`Eric Badger
If this plugin is synced to systems without the 'which' executable, backticked which will cause error messages.
2013-07-02Add basic testing infrastructureEwoud Kohl van Wijngaarden
2013-07-02lintifyEwoud Kohl van Wijngaarden
2013-06-30Merge pull request #14 from oxilion/fix_includeduritong
Changed include to ordering to prevent duplicate inclusions
2013-06-24Changed include to ordering to prevent duplicate inclusionsWouter Schoot
2013-06-03Merge remote-tracking branch 'github/master'mh