Skip to content

Commit

Permalink
Use multipackage in the test recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Nov 23, 2017
1 parent d8c3bbf commit c30c0cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/cookbooks/runit_test/recipes/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
)
end

package 'binutils'
package 'file'
package 'lsof'
package 'socat'
package %w(binutils file lsof socat)

# Create a normal user to run services later
group 'floyd'
Expand Down

0 comments on commit c30c0cc

Please sign in to comment.