]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin/manifests/check.pp
syntax
[dsa-puppet.git] / modules / munin / manifests / check.pp
index 7e4a5c656e4d05efc9ec985d3c943d7d1d62e12d..ee88ca0bc6e19b252935d1576ad371fca10ad0a5 100644 (file)
@@ -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'],
        }
 }
-
-