Remove facts that no longer work with puppetserver

This commit is contained in:
2015-07-28 00:45:40 +01:00
parent 7768afd23f
commit 2c1d8c9d88
2 changed files with 0 additions and 54 deletions

View File

@@ -1,15 +0,0 @@
require 'facter/util/operatingsystem'
Facter.add(:operatingsystem) do
# Sabayon Linux is a variant of Gentoo so this resolution needs to come
# before the Gentoo resolution.
has_weight(10)
confine :kernel => :linux
setcode do
release_info = Facter::Util::Operatingsystem.os_release
if release_info['NAME'] == "Sabayon"
'Sabayon'
end
end
end