Initial Shield support + latest gems + single plugin dir + new port/host vars
This commit is contained in:
parent
6f968bd789
commit
ab592724d8
28 changed files with 459 additions and 172 deletions
10
test/integration/xpack-2x/serverspec/xpack_spec.rb
Normal file
10
test/integration/xpack-2x/serverspec/xpack_spec.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe 'XPack Tests v 2.x' do
|
||||
|
||||
describe user('elasticsearch') do
|
||||
it { should exist }
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
2
test/integration/xpack-2x/xpack.yaml
Normal file
2
test/integration/xpack-2x/xpack.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
- host: test-kitchen
|
||||
Loading…
Add table
Add a link
Reference in a new issue