smart_proxy_discovery_image 1.0.3 → 1.0.4
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
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9cc8032e81068991f7892a103cfc512f76cdfff
|
|
4
|
+
data.tar.gz: 74eee65dc8349bf8aaf527cf88f5d6c6ae1f19a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94610057ed09b8a37d57d4b5813adc75a6a3e5f06c082a87efece5920897d79906e2480c6c5c51da3e6f2a4f6bf10835e4f9e5abe751b46e6b9383cde664dd86
|
|
7
|
+
data.tar.gz: ba058eef91e4e2216ccf6e3ba7a4dfde159a7887f1f613f14f6bd10a30309cb17f194c525dcf3cbc60f76a4e92c14dc7ada0f933717679fda950fd09385fe752
|
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
# Smart Proxy plugin providing Image API on discovered nodes. This plugin is only
|
|
3
|
+
# useful on discovered nodes, do not install on regular Smart Proxy deployments.
|
|
4
|
+
# WARNING: If you enable this plugin on standard deployment, your host will be
|
|
5
|
+
# vulnerable to remote reboot and arbitrary code execution!
|
|
6
|
+
:enabled: false
|
metadata
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_proxy_discovery_image
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lukas Zapletal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |2
|
|
14
|
-
Smart Proxy plugin providing
|
|
14
|
+
Smart Proxy plugin providing Image API on discovered nodes. This plugin is only
|
|
15
|
+
useful on discovered nodes, do not install on regular Smart Proxy deployments.
|
|
15
16
|
email:
|
|
16
17
|
- lzap+rpm@redhat.com
|
|
17
18
|
executables: []
|
|
@@ -28,7 +29,7 @@ files:
|
|
|
28
29
|
- Gemfile
|
|
29
30
|
- LICENSE
|
|
30
31
|
- README.md
|
|
31
|
-
homepage:
|
|
32
|
+
homepage: http://github.com/theforeman/smart_proxy_discovery_image
|
|
32
33
|
licenses:
|
|
33
34
|
- GPLv3
|
|
34
35
|
metadata: {}
|