unbreak v6 munin check
[mirror/dsa-puppet.git] / modules / munin / manifests / check.pp
index ee88ca0..d807861 100644 (file)
@@ -1,5 +1,7 @@
 define munin::check($ensure = present, $script = undef) {
 
+       include munin
+
        if $script {
                $link = $script
        } else {