summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,