mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Don't use ERB where it isn't necessary
No need for this array Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
364a669e6b
commit
f91284a80f
1 changed files with 1 additions and 3 deletions
|
@ -61,11 +61,9 @@ platforms:
|
||||||
driver:
|
driver:
|
||||||
box: chef/solaris-11.3
|
box: chef/solaris-11.3
|
||||||
|
|
||||||
<% [ '11-sp2-x86_64' ].each do |sles_version| %>
|
|
||||||
- name: sles-<%= sles_version %>
|
- name: sles-<%= sles_version %>
|
||||||
driver:
|
driver:
|
||||||
box: chef/sles-<%= sles_version %>
|
box: chef/sles-11-sp2-x86_64
|
||||||
<% end %>
|
|
||||||
|
|
||||||
suites:
|
suites:
|
||||||
- name: default
|
- name: default
|
||||||
|
|
Loading…
Reference in a new issue