More munin stuff, supporting munin-async if it is on the client
[mirror/dsa-puppet.git] / modules / debian-org / lib / facter / software.rb
index de30d49..533c779 100644 (file)
@@ -142,7 +142,7 @@ Facter.add("unbound") do
                end
        end
 end
-Facter.add("munin-async") do
+Facter.add("munin_async") do
        setcode do
                FileTest.exist?("/usr/share/munin/munin-async")
        end