From fa66a015d82d201bd9378f36e03721355fa12b6a Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 5 Apr 2012 12:27:42 +0100 Subject: [PATCH] syntax Signed-off-by: Stephen Gran --- modules/munin/manifests/check.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/munin/manifests/check.pp b/modules/munin/manifests/check.pp index 7e4a5c65..ee88ca0b 100644 --- a/modules/munin/manifests/check.pp +++ b/modules/munin/manifests/check.pp @@ -7,7 +7,7 @@ define munin::check($ensure = present, $script = undef) { } $link_target = $ensure ? { - present => "/usr/share/munin/plugins/${link}" + present => "/usr/share/munin/plugins/${link}", absent => absent, default => err ( "Unknown ensure value: '$ensure'" ), } @@ -18,5 +18,3 @@ define munin::check($ensure = present, $script = undef) { notify => Service['munin-node'], } } - - -- 2.39.2