foreman_salt 15.2.0 → 15.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 427d080c653c6fc8f5e1b7a9de11f4201076d2b4064937aca48c35e9fc509fed
4
- data.tar.gz: 1916aba7a82b01da5218ad02e8268d4b457d0271b66d49945e63f2aa751b668b
3
+ metadata.gz: 7b259b4be76bdd7307ae9ae5a4ec9bcf26c65bad543aa6b9621b6b0c7d03d69e
4
+ data.tar.gz: b895d12cf39f4b9d4c2f865f82d5af2b395f31a8d16a1c9dc063f06a248f2fca
5
5
  SHA512:
6
- metadata.gz: 5f4f683d6eaff8fffd168a93f6eb78fccb0bdb115394bbba95f9eae982ec274d62e6f3ae2c3538ad06d771a0bde10ed1ff886b6b743ded3404ad1cf569b389e8
7
- data.tar.gz: 5637e7e79635bd0ce9b3923ba55605480d75735fb60d4252be2c463d6fc58fc06ef8dbbe81c59b26dc49272165b6bca054e980a7d0c96fd268bcd933eef1e2cc
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.0'.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.0
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-07-20 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
@@ -28,30 +28,42 @@ dependencies:
28
28
  name: foreman_remote_execution
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '9.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: '12'
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '9.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: '12'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: foreman-tasks
43
49
  requirement: !ruby/object:Gem::Requirement
44
50
  requirements:
45
- - - "~>"
51
+ - - ">="
46
52
  - !ruby/object:Gem::Version
47
53
  version: '7.0'
54
+ - - "<"
55
+ - !ruby/object:Gem::Version
56
+ version: '9'
48
57
  type: :runtime
49
58
  prerelease: false
50
59
  version_requirements: !ruby/object:Gem::Requirement
51
60
  requirements:
52
- - - "~>"
61
+ - - ">="
53
62
  - !ruby/object:Gem::Version
54
63
  version: '7.0'
64
+ - - "<"
65
+ - !ruby/object:Gem::Version
66
+ version: '9'
55
67
  - !ruby/object:Gem::Dependency
56
68
  name: theforeman-rubocop
57
69
  requirement: !ruby/object:Gem::Requirement
@@ -208,13 +220,9 @@ files:
208
220
  - locale/Makefile
209
221
  - locale/action_names.rb
210
222
  - locale/de/LC_MESSAGES/foreman_salt.mo
211
- - locale/de/foreman_salt.edit.po
212
223
  - locale/de/foreman_salt.po
213
- - locale/de/foreman_salt.po.time_stamp
214
224
  - locale/en/LC_MESSAGES/foreman_salt.mo
215
- - locale/en/foreman_salt.edit.po
216
225
  - locale/en/foreman_salt.po
217
- - locale/en/foreman_salt.po.time_stamp
218
226
  - locale/foreman_salt.pot
219
227
  - locale/ka/LC_MESSAGES/foreman_salt.mo
220
228
  - locale/ka/foreman_salt.po
@@ -265,37 +273,36 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
273
  - !ruby/object:Gem::Version
266
274
  version: '0'
267
275
  requirements: []
268
- rubyforge_project:
269
- rubygems_version: 2.7.6
276
+ rubygems_version: 3.3.5
270
277
  signing_key:
271
278
  specification_version: 4
272
279
  summary: Foreman Plug-in for Salt
273
280
  test_files:
274
- - test/integration/salt_variable_test.rb
275
- - test/integration/salt_environment_test.rb
276
- - 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
277
292
  - test/integration/hosts_js_test.rb
278
293
  - test/integration/salt_autosign_test.rb
294
+ - test/integration/salt_environment_test.rb
279
295
  - test/integration/salt_keys_test.rb
280
- - 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
281
299
  - test/unit/grains_importer_test.rb
300
+ - test/unit/highstate.json
282
301
  - test/unit/highstate_pchanges.json
283
- - test/unit/hostgroup_extensions_test.rb
284
302
  - test/unit/highstate_unhandled.json
285
- - test/unit/highstate.json
286
- - test/unit/salt_modules_test.rb
303
+ - test/unit/host_extensions_test.rb
304
+ - test/unit/hostgroup_extensions_test.rb
287
305
  - test/unit/report_importer_test.rb
288
- - test/unit/salt_variables_test.rb
289
306
  - test/unit/salt_keys_test.rb
290
- - test/unit/host_extensions_test.rb
291
- - test/test_plugin_helper.rb
292
- - test/functional/salt_variables_controller_test.rb
293
- - test/functional/minions_controller_test.rb
294
- - test/functional/api/v2/salt_autosign_controller_test.rb
295
- - test/functional/api/v2/salt_variables_controller_test.rb
296
- - test/functional/api/v2/salt_states_controller_test.rb
297
- - test/functional/api/v2/salt_environments_controller_test.rb
298
- - test/functional/api/v2/salt_hostgroups_controller_test.rb
299
- - test/functional/api/v2/salt_keys_controller_test.rb
300
- - test/functional/salt_modules_controller_test.rb
301
- - test/functional/hosts_controller_test.rb
307
+ - test/unit/salt_modules_test.rb
308
+ - test/unit/salt_variables_test.rb