Initial commit containing first attempt at entropy package provider
This commit is contained in:
7
lib/facter/has_entropy.rb
Normal file
7
lib/facter/has_entropy.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
Facter.add(:has_entropy) do
|
||||
confine :kernel => :linux
|
||||
setcode do
|
||||
FileTest.exists?("/usr/bin/equo")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user