mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
which vagrant should go to stderr
This commit is contained in:
parent
9307564de0
commit
10e309a64f
@ -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' %>
|
||||
|
Loading…
Reference in New Issue
Block a user