this should make whitelist, greylist and callout work as expected for virtual domains
[mirror/dsa-puppet.git] / facts / services.rb
index d52f09c..4e84174 100644 (file)
@@ -1,6 +1,6 @@
 ["bugs","qa"].each do |service|
-        confine :kernel => :linux
        Facter.add(service + "_host") do
+                confine :kernel => :linux
                service_name = "#{service}." + Facter.domain
                active = false