]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/lib/facter/software.rb
More munin stuff, supporting munin-async if it is on the client
[dsa-puppet.git] / modules / debian-org / lib / facter / software.rb
index de30d49a1bce570e8590eb01cd7502968988234f..533c77933cdfa9ef0a5ae6dda26c86c3578907f7 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