summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-09-23 18:38:43 -0400
committerMicah Anderson <micah@riseup.net>2015-09-23 18:40:11 -0400
commit02e692bba63390cc5614899f3a7e98981b56a618 (patch)
treeaeaf6e3285daa80d00fb1790eaf74814363d361b /manifests
parent1aeeca2c1662c464d684dda1bf7c0128242f695b (diff)
fix define name to match class
Diffstat (limited to 'manifests')
-rw-r--r--manifests/agent/install_local.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/agent/install_local.pp b/manifests/agent/install_local.pp
index 77268db..a398fb0 100644
--- a/manifests/agent/install_local.pp
+++ b/manifests/agent/install_local.pp
@@ -1,4 +1,4 @@
-define check-mk::agent::install_local($source=undef, $content=undef, $ensure='present') {
+define check_mk::agent::install_local($source=undef, $content=undef, $ensure='present') {
@file { "/usr/lib/check_mk_agent/local/${name}" :
ensure => $ensure,
owner => 'root',