mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
which vagrant should go to stderr
This commit is contained in:
parent
9307564de0
commit
10e309a64f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue