foreman_salt 15.2.1 → 15.2.3

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: 29e8ead2868ea7cb82cdf4bc87744eff04e3b79747ee76916b9018c01bbc78f5
4
- data.tar.gz: 7da86565516efd1d7908d6dc0f3ab726d690c835382b3f9714aa86aa6ec3ba51
3
+ metadata.gz: 17b264efcc9ff71d4bc44b87fd272af3c33258b6ed23322c95de0592ad4dc61d
4
+ data.tar.gz: 31ecc3df31e72e38e0bfa776392fd71c888a7bd1cc73ce9821941eef9cf75ebc
5
5
  SHA512:
6
- metadata.gz: 23ecad644bb83bb4678b60e169775f10b720559aa506bd062d15db0785f2fd9d6c3607a0fc148bf1d3b54186cd4a52b537b85a5d24b290af4be5480121790da5
7
- data.tar.gz: d3a53843faf2ee7bfe30d713cff4dc9c1bc1aebe152eb3fe786eb912bf0bd345ff243b8159a05413101cb33fcb10f81d99dc4f0a8bdfa8bd5bdc444e58300b64
6
+ metadata.gz: 207175ab9f3623f61416d26ea92d46a0a8329bd9c1232496460be358d9bd7504a31fc2052392c9628af38d0b2ffe0f5ad8612e71e516539ca3e67f8bd96068a0
7
+ data.tar.gz: e5215808593980dfb781c6e7713fb7c7303ad9c5198200104502cf0476211887958e3a4601c56f93ddf21513fc3b890df04d88aa2f0e76b8054ac8e5e477190f
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.3'.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.3
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-11-28 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
@@ -53,7 +53,7 @@ dependencies:
53
53
  version: '7.0'
54
54
  - - "<"
55
55
  - !ruby/object:Gem::Version
56
- version: '9'
56
+ version: '10'
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -63,7 +63,7 @@ dependencies:
63
63
  version: '7.0'
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
- version: '9'
66
+ version: '10'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: theforeman-rubocop
69
69
  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