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 d4dbf6d..0ab4e9f 100644
--- a/manifests/plugin/deploy.pp
+++ b/manifests/plugin/deploy.pp
@@ -32,7 +32,7 @@ define munin::plugin::deploy( $source = '', $ensure = 'present', $config = '' )
}
# register the plugin
- if $require { munin::plugin{$name: ensure => $ensure, config => $config, require => $require } } }
+ if $require { munin::plugin{$name: ensure => $ensure, config => $config, require => $require } }
else {
munin::plugin{$name: ensure => $ensure, config => $config }
}