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: 7c9d0b1bd39ef64d89b9dd99354534d18867afe7
4
- data.tar.gz: 647f150db1e6c1f20274bf5b01beb37aad6f860f
3
+ metadata.gz: beddfcd8e37a08010349916887b63f48357d8e1b
4
+ data.tar.gz: 9e7cacd91c1422257aeced374d654b022e788c5c
5
5
  SHA512:
6
- metadata.gz: 8673a8cb1b35ae0d1b92bf4ba934bfd3cf7acad6330aebd59a71fdcaffdfc8c69f139a61394e51bb72bf20d2ca21736f8a8364927e3e70f8b3130168c97b973b
7
- data.tar.gz: 55cc16da7f0daf66d69b17e9b565936d91c029c470508ef72e1b288213cd040e6b32b32f119504b9db4f764d526a90c6aef4778da90c834a194b5177d534525d
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 << "\nno_proxy=#{sanitize_proxy(no_proxy)}" if no_proxy.present?
234
+ output << "\nNO_PROXY=#{sanitize_proxy(no_proxy)}" if no_proxy.present?
235
235
  output
236
236
  end
237
237
 
@@ -1,3 +1,3 @@
1
1
  module ForemanVirtWhoConfigure
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.1'.freeze
3
3
  end
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.0
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: 2018-11-23 00:00:00.000000000 Z
11
+ date: 2019-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: katello