Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Accommodate missing plugins in kitchen_vagrant_block.rb #100

Merged
merged 1 commit into from
Mar 14, 2017

Conversation

fullyint
Copy link
Contributor

  1. Makes plugin-specific Vagrant configs conditional, preventing failure:
       Vagrant:
       * Unknown configuration section 'proxy'.
       * Unknown configuration section 'vbguest'.
  1. Accommodates missing http_proxy environment variable, which will be nil, preventing failure:
NoMethodError: undefined method `empty?' for nil:NilClass
  1. Also removes duplicate transport introduced in d12627a

Prevents Vagrant failures: 'Unknown configuration section <name>'.
Also accommodate missing http_proxy environment variable,
which will be nil and have no `empty?` method.
@rndmh3ro rndmh3ro merged commit 490be55 into dev-sec:master Mar 14, 2017
@rndmh3ro rndmh3ro added this to the ansible-ssh-hardening 4.0.0 milestone Mar 14, 2017
@fullyint fullyint deleted the missing-vagrant-plugins branch March 14, 2017 17:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants