Sha256: 6840af449c1915499ed6764957157636a29d05a416e3768ff9ac2b6de22a098b

Contents?: true

Size: 380 Bytes

Versions: 20

Compression:

Stored size: 380 Bytes

Contents

# Onering Collector - Physical Properties plugin
#   provides collection of hardware location data using vendor tools
#

report do
  property :site,            Facter.value('site')
  property :environment,     Facter.value('environment')
  property :slot,            Facter.value('slot')
  property :virtual,         (Facter.value('is_virtual').to_s == 'true' ? true : false)
end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
onering-report-0.6.13 lib/reporter/default/properties_physical.rb
onering-report-0.6.12 lib/reporter/default/properties_physical.rb
onering-report-0.6.11 lib/reporter/default/properties_physical.rb
onering-report-0.6.10 lib/reporter/default/properties_physical.rb
onering-report-0.6.9 lib/reporter/default/properties_physical.rb
onering-report-0.6.8 lib/reporter/default/properties_physical.rb
onering-report-0.6.7 lib/reporter/default/properties_physical.rb
onering-report-0.6.6 lib/reporter/default/properties_physical.rb
onering-report-0.6.5 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.65 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.64 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.63 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.62 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.61 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.60 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.59 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.58 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.57 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.56 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.55 lib/reporter/default/properties_physical.rb