Sha256: e02505f732bf9e12505aa70becacae451753492f976386877c0fc875c146d2fb
Contents?: true
Size: 281 Bytes
Versions: 17
Compression:
Stored size: 281 Bytes
Contents
# this is an example of a fact file with multiple facts Facter.add(:fact1) do confine :kernel => 'Linux' setcode do 'value1' end end Facter.add(:fact2) do confine :kernel => 'Windows' setcode do 'value2' Facter::Core::Execution.execute('which lsb') end end
Version data entries
17 entries across 17 versions & 1 rubygems