Sha256: adefa910934b8e1bfa35854e7a1c11003c11e1f29ffdb12d8bdcfaa329deec71

Contents?: true

Size: 578 Bytes

Versions: 35

Compression:

Stored size: 578 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')
  property :ipmi_ip,         Facter.value('ipmi_ip')
  property :ipmi_netmask,    Facter.value('ipmi_netmask')
  property :ipmi_gateway,    Facter.value('ipmi_gateway')
  property :ipmi_macaddress, Facter.value('ipmi_macaddress')
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
onering-report-plugins-0.0.35 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.34 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.33 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.32 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.31 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.30 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.29 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.28 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.27 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.26 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.25 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.24 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.23 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.22 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.21 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.20 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.19 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.18 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.17 lib/reporter/default/properties_physical.rb
onering-report-plugins-0.0.16 lib/reporter/default/properties_physical.rb