which vagrant should go to stderr

This commit is contained in:
Daniel Wallace 2017-10-16 19:53:21 -06:00
parent 9307564de0
commit 10e309a64f
No known key found for this signature in database
GPG Key ID: 5FA5E5544F010D48

View File

@ -1,5 +1,5 @@
---
<% vagrant = system('which vagrant 2>&1 >/dev/null') %>
<% vagrant = system('which vagrant 2>/dev/null >/dev/null') %>
<% version = '2016.11.8' %>
<% platformsfile = ENV['SALT_KITCHEN_PLATFORMS'] || '.kitchen/platforms.yml' %>
<% driverfile = ENV['SALT_KITCHEN_DRIVER'] || '.kitchen/driver.yml' %>