foreman_salt 17.0.3 → 17.0.5
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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7a6a68da4223f5bf2440f8293c47e7101fac90970f6ad247b72b0e3260b0e7a
|
|
4
|
+
data.tar.gz: 662cf142c3866bf81fbfaa3497858e67707db38adcae1c918e72e56871f216cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9d1d41e8ab774a045f5200741795c648aace3e490a2fda512f23bfc6d371c3211301794c1b55966138e4f72651683443375231bbdc5c92de2be56923c0a1a1d
|
|
7
|
+
data.tar.gz: 60c2746eb2707a89bbfebfc8cb6909abbd0f3a349dfbad7fdbd75d825c2c066c37bc0dab1e7a656773ba4f981fb8ea0539d0cbc8dd361963aa637068826d88aa
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Benjamin
|
|
@@ -71,7 +71,7 @@ dependencies:
|
|
|
71
71
|
- - "~>"
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
73
|
version: 0.0.6
|
|
74
|
-
description: Foreman
|
|
74
|
+
description: Foreman plugin for Salt
|
|
75
75
|
email:
|
|
76
76
|
- stephen@redhat.com
|
|
77
77
|
executables: []
|
|
@@ -279,7 +279,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
279
279
|
requirements: []
|
|
280
280
|
rubygems_version: 4.0.3
|
|
281
281
|
specification_version: 4
|
|
282
|
-
summary: Foreman
|
|
282
|
+
summary: Foreman plugin for Salt
|
|
283
283
|
test_files:
|
|
284
284
|
- test/factories/foreman_salt_factories.rb
|
|
285
285
|
- test/functional/api/v2/salt_autosign_controller_test.rb
|