foreman_virt_who_configure 0.3.0 → 0.3.1
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: beddfcd8e37a08010349916887b63f48357d8e1b
|
4
|
+
data.tar.gz: 9e7cacd91c1422257aeced374d654b022e788c5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6c3e2d205d2a2afc4613d513e8b0c87b5b0f2dbd2b2b8a88c857103dbbc8fc33507cb353e225f29e5402d11527948200cf2a6bce51b2973fce5dc016cb93800
|
7
|
+
data.tar.gz: e80e4705aa0c35612617fda685a2f45b3034d461e05f08507fb87632c8816ec54f20c234287eb8a3786c1f4d64a37b5bf25d838caaa1368d936f0eb2b6f5cc8c
|
@@ -231,7 +231,7 @@ EOS
|
|
231
231
|
def proxy_strings
|
232
232
|
output = ''
|
233
233
|
output << "\nhttp_proxy=#{sanitize_proxy(proxy)}" if proxy.present?
|
234
|
-
output << "\
|
234
|
+
output << "\nNO_PROXY=#{sanitize_proxy(no_proxy)}" if no_proxy.present?
|
235
235
|
output
|
236
236
|
end
|
237
237
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_virt_who_configure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Foreman virt-who-configure team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: katello
|