From 6a5439f2ad807f15f588266432afa8fc2cd76410 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 12 Dec 2010 18:15:06 -0500 Subject: fix syntax error introduced with previous commit --- manifests/plugin/deploy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 } } -- cgit v1.2.3