X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin-node%2Fmanifests%2Finit.pp;h=0fc6d1e41e00bacaf62c69658dcc0768882543bf;hb=ad5a9488437b6cd83adb83b5440dc8b3806ae80a;hp=40481503e1652fb5ebe25441b3548af29b473cff;hpb=19e1deb652a7911e33d4e1504720eb3ad9a431ec;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index 40481503e..0fc6d1e41 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -1,6 +1,13 @@ +define activate_munin_check($name) { + file { "/etc/munin/plugins/$name": + ensure => "/usr/share/munin/plugins/$name", + notify => Exec["munin-node restart"]; + } +} + class munin-node { - package { munin-node: ensure => latest } + package { munin-node: ensure => installed } file { "/etc/munin/munin-node.conf": source => [ "puppet:///munin-node/per-host/$fqdn/munin-node.conf",