summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-29 22:58:00 +0200
committermh <mh@immerda.ch>2009-09-29 22:58:00 +0200
commitd214a2f0ed7f37d2a40b596eab9d2c68d7c39a95 (patch)
tree927551929e5ae86a5fe9ffd8a8ad32a3e4767677 /manifests
parent1a222875cc579d9255f5cf02ec47d80805ec5950 (diff)
fixed typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin/deploy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin/deploy.pp b/manifests/plugin/deploy.pp
index 24ac3d3..47bf796 100644
--- a/manifests/plugin/deploy.pp
+++ b/manifests/plugin/deploy.pp
@@ -1,4 +1,4 @@
-define munin::plugin::deploy ($source = '', $ensure = 'present', $config = '') {
+define munin::plugin::deploy($source = '', $ensure = 'present', $config = '') {
$plugin_src = $ensure ? {
'present' => $name,
'absent' => $name,