foreman_salt 15.2.1 → 15.2.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: 29e8ead2868ea7cb82cdf4bc87744eff04e3b79747ee76916b9018c01bbc78f5
4
- data.tar.gz: 7da86565516efd1d7908d6dc0f3ab726d690c835382b3f9714aa86aa6ec3ba51
3
+ metadata.gz: 7b259b4be76bdd7307ae9ae5a4ec9bcf26c65bad543aa6b9621b6b0c7d03d69e
4
+ data.tar.gz: b895d12cf39f4b9d4c2f865f82d5af2b395f31a8d16a1c9dc063f06a248f2fca
5
5
  SHA512:
6
- metadata.gz: 23ecad644bb83bb4678b60e169775f10b720559aa506bd062d15db0785f2fd9d6c3607a0fc148bf1d3b54186cd4a52b537b85a5d24b290af4be5480121790da5
7
- data.tar.gz: d3a53843faf2ee7bfe30d713cff4dc9c1bc1aebe152eb3fe786eb912bf0bd345ff243b8159a05413101cb33fcb10f81d99dc4f0a8bdfa8bd5bdc444e58300b64
6
+ metadata.gz: d6c4173c6aabe320a2a77b02f7f58d86a80791678540b3b7ea65fdec6c3730838bb4e18aa1aa816c4a531ad1359e9edb48cb59cd2d346feb5207556a9a190266
7
+ data.tar.gz: e5644d39d0fa0dba1d620d3020789e6378803b792de08ca27a346ab43d22e83b1331bd887ac10bad0b2acf6b8d11bf3618f0e0da7be6b85e820244b2c051bd4e
data/README.md CHANGED
@@ -21,7 +21,7 @@ This plug-in adds support for Salt to Foreman.
21
21
 
22
22
  ## Documentation
23
23
 
24
- [Using Salt for Configuration Management](https://docs.theforeman.org/nightly/Managing_Hosts/index-foreman-el.html#Using_Salt_for_Configuration_Management_managing-hosts)
24
+ [Configuring Hosts Using Salt](https://docs.theforeman.org/nightly/Managing_Configurations_Salt/index-katello.html)
25
25
 
26
26
  ## Contributing
27
27
 
@@ -1,3 +1,3 @@
1
1
  module ForemanSalt
2
- VERSION = '15.2.1'.freeze
2
+ VERSION = '15.2.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_salt
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.2.1
4
+ version: 15.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Benjamin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-03 00:00:00.000000000 Z
11
+ date: 2023-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '9.0'
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: '11'
36
+ version: '12'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '9.0'
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: '11'
46
+ version: '12'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: foreman-tasks
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -220,13 +220,9 @@ files:
220
220
  - locale/Makefile
221
221
  - locale/action_names.rb
222
222
  - locale/de/LC_MESSAGES/foreman_salt.mo
223
- - locale/de/foreman_salt.edit.po
224
223
  - locale/de/foreman_salt.po
225
- - locale/de/foreman_salt.po.time_stamp
226
224
  - locale/en/LC_MESSAGES/foreman_salt.mo
227
- - locale/en/foreman_salt.edit.po
228
225
  - locale/en/foreman_salt.po
229
- - locale/en/foreman_salt.po.time_stamp
230
226
  - locale/foreman_salt.pot
231
227
  - locale/ka/LC_MESSAGES/foreman_salt.mo
232
228
  - locale/ka/foreman_salt.po
@@ -277,37 +273,36 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
273
  - !ruby/object:Gem::Version
278
274
  version: '0'
279
275
  requirements: []
280
- rubyforge_project:
281
- rubygems_version: 2.7.6
276
+ rubygems_version: 3.3.5
282
277
  signing_key:
283
278
  specification_version: 4
284
279
  summary: Foreman Plug-in for Salt
285
280
  test_files:
286
- - test/integration/salt_variable_test.rb
287
- - test/integration/salt_environment_test.rb
288
- - test/integration/salt_module_test.rb
281
+ - test/factories/foreman_salt_factories.rb
282
+ - test/functional/api/v2/salt_autosign_controller_test.rb
283
+ - test/functional/api/v2/salt_environments_controller_test.rb
284
+ - test/functional/api/v2/salt_hostgroups_controller_test.rb
285
+ - test/functional/api/v2/salt_keys_controller_test.rb
286
+ - test/functional/api/v2/salt_states_controller_test.rb
287
+ - test/functional/api/v2/salt_variables_controller_test.rb
288
+ - test/functional/hosts_controller_test.rb
289
+ - test/functional/minions_controller_test.rb
290
+ - test/functional/salt_modules_controller_test.rb
291
+ - test/functional/salt_variables_controller_test.rb
289
292
  - test/integration/hosts_js_test.rb
290
293
  - test/integration/salt_autosign_test.rb
294
+ - test/integration/salt_environment_test.rb
291
295
  - test/integration/salt_keys_test.rb
292
- - test/factories/foreman_salt_factories.rb
296
+ - test/integration/salt_module_test.rb
297
+ - test/integration/salt_variable_test.rb
298
+ - test/test_plugin_helper.rb
293
299
  - test/unit/grains_importer_test.rb
300
+ - test/unit/highstate.json
294
301
  - test/unit/highstate_pchanges.json
295
- - test/unit/hostgroup_extensions_test.rb
296
302
  - test/unit/highstate_unhandled.json
297
- - test/unit/highstate.json
298
- - test/unit/salt_modules_test.rb
303
+ - test/unit/host_extensions_test.rb
304
+ - test/unit/hostgroup_extensions_test.rb
299
305
  - test/unit/report_importer_test.rb
300
- - test/unit/salt_variables_test.rb
301
306
  - test/unit/salt_keys_test.rb
302
- - test/unit/host_extensions_test.rb
303
- - test/test_plugin_helper.rb
304
- - test/functional/salt_variables_controller_test.rb
305
- - test/functional/minions_controller_test.rb
306
- - test/functional/api/v2/salt_autosign_controller_test.rb
307
- - test/functional/api/v2/salt_variables_controller_test.rb
308
- - test/functional/api/v2/salt_states_controller_test.rb
309
- - test/functional/api/v2/salt_environments_controller_test.rb
310
- - test/functional/api/v2/salt_hostgroups_controller_test.rb
311
- - test/functional/api/v2/salt_keys_controller_test.rb
312
- - test/functional/salt_modules_controller_test.rb
313
- - test/functional/hosts_controller_test.rb
307
+ - test/unit/salt_modules_test.rb
308
+ - test/unit/salt_variables_test.rb