mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +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:
|
||||
box: chef/solaris-11.3
|
||||
|
||||
<% [ '11-sp2-x86_64' ].each do |sles_version| %>
|
||||
- name: sles-<%= sles_version %>
|
||||
driver:
|
||||
box: chef/sles-<%= sles_version %>
|
||||
<% end %>
|
||||
box: chef/sles-11-sp2-x86_64
|
||||
|
||||
suites:
|
||||
- name: default
|
||||
|
|
Loading…
Reference in a new issue