# [.m] Fact: puppetstats_disabled
# Some modules use puppetstats.com to track their usage stats.
# Currently we don't have such crap in our repo.
Facter.add(:puppetstats_disabled) do
setcode do
true
end
end
# vim: et ts=8 sts=2 sw=2 fdm=marker