hammer_cli_foreman_discovery 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: ebb7eef185ee2894ec193cb5c2eaf286876bbe7b1587dd92a114c0bba5869c0d
4
- data.tar.gz: a5407e3b251b009e1976fe0dab4cc0b1828b7292c4c9f54e3bf14571f16e3a7b
3
+ metadata.gz: 3cd2d3cf4ad8bae5fb2c8ab018bd83d41256f2d020b267470673147485272f1d
4
+ data.tar.gz: c8c67d180f763441ec8c8349e0e0e2d12584a82148f9fb3c6639e73b0b794aa5
5
5
  SHA512:
6
- metadata.gz: b81a5cf44e4b7eff0f3c773f68776f327972d485cc058241b1cb14db4373579aed68e46b9d615a5222aa1d105fa047175bb37e5aa49335ece35d9e495d7d5952
7
- data.tar.gz: a3779b5db24ae8a22ad7837049e437908faac6aa49f0cfbb22793bb6ea0491647e429b07401e0ca7bd0b090babec78271303773d9eec53c610f28ce9cebc089e
6
+ metadata.gz: 4377e3492795ef0e31d487b2c810dad028c178af330fc7711ba4191587dab8a78e6c32fc368f90cd44a4897313f6434d98d7c5e8b4bb05afa45123521267c5db
7
+ data.tar.gz: e6632c083254614acab6b41085bab91d91ab5b6c184ab3023cc26224274c55bedf0d8b7f64a3b913dc2bd4704b420e25a6219c79a26a0697f34eb8d0ecda61a5
@@ -100,7 +100,7 @@ module HammerCLIForemanDiscovery
100
100
  option "--provision-method", "METHOD", " ",
101
101
  :format => HammerCLI::Options::Normalizers::Enum.new(['build', 'image'])
102
102
 
103
- super :without => [:root_pass, :ptable_id, :puppet_class_ids]
103
+ super :without => [:root_pass, :ptable_id, :puppet_class_ids, :host_parameters_attributes]
104
104
  end
105
105
 
106
106
  def ask_password
@@ -135,6 +135,8 @@ module HammerCLIForemanDiscovery
135
135
  end
136
136
 
137
137
  build_options
138
+
139
+ extend_with(HammerCLIForeman::CommandExtensions::PuppetEnvironment.new)
138
140
  end
139
141
 
140
142
  class AutoProvisionCommand < HammerCLIForeman::SingleResourceCommand
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanDiscovery
2
2
  def self.version
3
- @version ||= Gem::Version.new('1.0.1')
3
+ @version ||= Gem::Version.new('1.0.2')
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_discovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ohad Levy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-07-31 00:00:00.000000000 Z
12
+ date: 2019-11-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hammer_cli_foreman
@@ -42,7 +42,7 @@ dependencies:
42
42
  description: 'Contains the code for managing host discovery in foreman(results and
43
43
  progress) in the Hammer CLI.
44
44
 
45
- '
45
+ '
46
46
  email:
47
47
  - ohadlevy@gmail.com
48
48
  executables: []