summaryrefslogtreecommitdiff
path: root/manifests/agent/install_local.pp
AgeCommit message (Collapse)Author
2016-09-29make file a non-virtual resourceMatt Taggart
this check_mk local plugin file resource doesn't need to be a virtual resource, I suspect the "@" was just a typo since it doesn't seem to be 'realize'd or used in any collectors. Also remove the tag since it's not used anywhere.
2015-11-09fix tag name to use underscore tooMatt Taggart
2015-09-23fix define name to match classMicah Anderson
2015-06-26add agent::install_local to facilitate installation of local checks, forMicah Anderson
example: check-mk::agent::install_local { 'check-kvm' : ensure => present, source => 'puppet:///modules/ganeti/check-kvm', }