foreman_remote_execution 1.6.4 → 1.6.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 709d81a29ef205492bc65e2605c5f83a0223ba37
|
|
4
|
+
data.tar.gz: 73ff87cece4feeec31c6e5e7274c0b2300d7c636
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d3649186aad83e9e165bd5453631610ba99f0b9fffcb324ccd195bcf1a8ffec96aaddd03a08fef6ae37059f13b22701be37e85c3d7745f3b8a8d8344658def4
|
|
7
|
+
data.tar.gz: 78cb04ccfc0e5e3d4638901e264654b87210f3b23b42c1bb170d3bc70e16666d2b8e70bcd920d0839fb1823575f8c73784bca8324fa3f633a3f3a8bbe43a52d0
|
|
@@ -15,7 +15,7 @@ template_inputs:
|
|
|
15
15
|
description: 'The module action enable, install etc.'
|
|
16
16
|
input_type: user
|
|
17
17
|
required: true
|
|
18
|
-
options: "\nlist\ninfo\nenable\ndisable\ninstall\nupdate\nremove\nprovides\
|
|
18
|
+
options: "\nlist\ninfo\nenable\ndisable\ninstall\nupdate\nremove\nprovides\nreset"
|
|
19
19
|
- name: module_spec
|
|
20
20
|
description: The module specification. module:stream/profile
|
|
21
21
|
input_type: user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_remote_execution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Remote Execution team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deface
|
|
@@ -408,7 +408,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
408
408
|
version: '0'
|
|
409
409
|
requirements: []
|
|
410
410
|
rubyforge_project:
|
|
411
|
-
rubygems_version: 2.
|
|
411
|
+
rubygems_version: 2.6.11
|
|
412
412
|
signing_key:
|
|
413
413
|
specification_version: 4
|
|
414
414
|
summary: A plugin bringing remote execution to the Foreman, completing the config
|