summaryrefslogtreecommitdiff
path: root/manifests/plugins/setup.pp
AgeCommit message (Collapse)Author
2013-11-03remove unnecessary dependenciesmh
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-10-13Class[] -> Class[] requirement replaced by an anchorTomas Barton
2013-08-25Merge pull request #12 from oxilion/lintingduritong
lintify
2013-07-02lintifyEwoud Kohl van Wijngaarden
2013-06-24Changed include to ordering to prevent duplicate inclusionsWouter Schoot
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 ↵mh
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-02-02Fully qualify facter variablesChristian G. Warden
2011-07-15it is not anymore necessary to add an empty source to purge directoriesmh
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-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.