Initial commit containing first attempt at entropy package provider

This commit is contained in:
2011-05-14 11:25:23 +01:00
commit 572c8385d6
2 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Facter.add(:has_entropy) do
confine :kernel => :linux
setcode do
FileTest.exists?("/usr/bin/equo")
end
end