foreman_datacenter 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfddbddaec51548c83241cb2e6f6f67d278a0deb
4
- data.tar.gz: 09cb2f356f8cd03012120c692459ecd2a2824291
3
+ metadata.gz: 4965814107a18aa56bd5432f9c12a20df9068fdc
4
+ data.tar.gz: 49d006b0462d88397420cb092448f7a22ce77a1c
5
5
  SHA512:
6
- metadata.gz: bee5f620af5ff070f5024267231923865a8481acc59acee6867c950c371164b44a9a29a872527440d208fdc442953715295d371d77e9c5a34c9838298f2343a7
7
- data.tar.gz: 497286a012ffb1388c1ba95f407810a552035ecc3d43289133e5bdf8936d59b06f5295f0b6d16a1d8459d3dcbf3b9e613a609ee6129bdbe53c3c3657d34ed3bd
6
+ metadata.gz: 73314156c960f4473a1f9a1845f93b8aa4495187cbc1e4c043f66d4f439520f6ef2e137bce040092ca70fd3e0c173909d938b211c6e9983190be802c76a1436f
7
+ data.tar.gz: c7309713cab68b36f9e98720c8134045583f24294f431f06d0ab6c524f3b4e1ea5043cf439def68794ed8ef9415311ebd44c541fbea980b26e1806480aa458d1
@@ -60,7 +60,7 @@ module ForemanDatacenter
60
60
  delegate :console_url, :login, :password, to: :management_device
61
61
 
62
62
  def mac_address
63
- ipmi_interface.try(:ip_address) || mgmt_interface.try(:mac_address)
63
+ ipmi_interface.try(:mac_address) || mgmt_interface.try(:mac_address)
64
64
  end
65
65
 
66
66
  def ip_address
@@ -1,3 +1,3 @@
1
1
  module ForemanDatacenter
2
- VERSION = '0.1.6'.freeze
2
+ VERSION = '0.1.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_datacenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Ivanov