summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-20Merge pull request #35 from mnencia/patch-1duritong
Fix openbsd module dependency
2014-03-20Fix openbsd module dependencyMarco Nenciarini
Please bump the module version and release it again to the forge or the module will be unusable.
2014-03-14release a new versionmh
2014-03-14adjust to freshly release modulemh
2014-03-14Merge pull request #34 from 2ndquadrant-it/sync-depsduritong
Sync deps
2014-02-18Sync Puppetfile with Modulefile to avoid errors in librarian-puppetMarco Nenciarini
https://github.com/rodjek/librarian-puppet/issues/180
2014-02-18Use puppetlabs/concat instead of ripienaar/concatMarco Nenciarini
2014-02-17Merge pull request #32 from 2ndquadrant-it/plugin-deployduritong
Plugin deploy
2014-02-14Allow to deploy a plugin without registering itMarco Nenciarini
2014-02-03using correct facts in testsmh
2014-02-03cleanup some of the missing partsmh
2014-02-03Add support for setting the descryption and group supportArjen Heidinga
2014-01-29correct dependencymh
2014-01-29unify logdirmh
2014-01-29comment a regexp that is not yet supported by all deployed munin versionsmh
2014-01-28remove obsolete linkmh
2014-01-25only test latest versionsmh
2014-01-25don't commit the lockfile we like to test against latestmh
2014-01-25try to fix travis and add new puppet versionmh
2014-01-25add openbsd module as dependencymh
2014-01-25Merge pull request #30 from oxilion/file-cleanupduritong
Clean up files by using templates
2014-01-25Merge pull request #29 from oxilion/cloudlinuxduritong
Add CloudLinux support
2013-11-20Remove useless filesEwoud Kohl van Wijngaarden
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-20Add CloudLinux supportEwoud Kohl van Wijngaarden
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