foreman_salt 17.0.3 → 17.0.6
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 +4 -4
- data/README.md +3 -3
- data/lib/foreman_salt/version.rb +1 -1
- metadata +4 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46fad5039748aff59eef47819aaeb3d9612649445c98b9e0cff53006210432c5
|
|
4
|
+
data.tar.gz: 8bc026bc5c0f54704b2a1f89863de9467bcef14d89c065fd082d877c1a308f3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e16d40704cfaa07e8c5e6a94253a51480373c6b313f7507118f22dcc7217cd9582b638d81f512030a9bae84514ccf91fb9aff63019eafdc48fcec2e159d929bd
|
|
7
|
+
data.tar.gz: feb85ca40e5f9bfdc68d7a8b2b8e2975dd76680149658186babf0ad98af336d702f03c3bdc4b079545cb4b1259738816d46d0cbdd8f7bfc5793062f85fd4c21e
|
data/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
[](https://codeclimate.com/github/theforeman/foreman_salt)
|
|
4
4
|
[](https://github.com/theforeman/foreman_salt/blob/master/LICENSE)
|
|
5
5
|
|
|
6
|
-
# Foreman Salt
|
|
6
|
+
# Foreman Salt plugin
|
|
7
7
|
|
|
8
|
-
This
|
|
8
|
+
This plugin adds support for Salt to Foreman.
|
|
9
9
|
|
|
10
10
|
# Compatibility
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ This plug-in adds support for Salt to Foreman.
|
|
|
18
18
|
|
|
19
19
|
## Documentation
|
|
20
20
|
|
|
21
|
-
[Configuring
|
|
21
|
+
[Configuring hosts by using Salt](https://docs.theforeman.org/nightly/Managing_Configurations_Salt/index-katello.html)
|
|
22
22
|
|
|
23
23
|
## Contributing
|
|
24
24
|
|
data/lib/foreman_salt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_salt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 17.0.
|
|
4
|
+
version: 17.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Benjamin
|
|
@@ -30,9 +30,6 @@ dependencies:
|
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '14.0'
|
|
33
|
-
- - "<"
|
|
34
|
-
- !ruby/object:Gem::Version
|
|
35
|
-
version: '17'
|
|
36
33
|
type: :runtime
|
|
37
34
|
prerelease: false
|
|
38
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -40,9 +37,6 @@ dependencies:
|
|
|
40
37
|
- - ">="
|
|
41
38
|
- !ruby/object:Gem::Version
|
|
42
39
|
version: '14.0'
|
|
43
|
-
- - "<"
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
45
|
-
version: '17'
|
|
46
40
|
- !ruby/object:Gem::Dependency
|
|
47
41
|
name: foreman-tasks
|
|
48
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -71,7 +65,7 @@ dependencies:
|
|
|
71
65
|
- - "~>"
|
|
72
66
|
- !ruby/object:Gem::Version
|
|
73
67
|
version: 0.0.6
|
|
74
|
-
description: Foreman
|
|
68
|
+
description: Foreman plugin for Salt
|
|
75
69
|
email:
|
|
76
70
|
- stephen@redhat.com
|
|
77
71
|
executables: []
|
|
@@ -277,9 +271,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
277
271
|
- !ruby/object:Gem::Version
|
|
278
272
|
version: '0'
|
|
279
273
|
requirements: []
|
|
280
|
-
rubygems_version: 4.0.
|
|
274
|
+
rubygems_version: 4.0.16
|
|
281
275
|
specification_version: 4
|
|
282
|
-
summary: Foreman
|
|
276
|
+
summary: Foreman plugin for Salt
|
|
283
277
|
test_files:
|
|
284
278
|
- test/factories/foreman_salt_factories.rb
|
|
285
279
|
- test/functional/api/v2/salt_autosign_controller_test.rb
|