Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #23 from rberger/rjb_use_suo_kitchen_yml
Browse files Browse the repository at this point in the history
Added use_sudo to driver if running on Mac for Issue #22
  • Loading branch information
paulczar committed Oct 7, 2014
2 parents cf8f299 + d2ae777 commit 256625a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/.kitchen.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ driver:
<% case options[:driver] when "vagrant" %>name: vagrant
<% when "docker" %>name: docker
provision_command: curl -L http://www.opscode.com/chef/install.sh | bash
use_sudo: <%= `uname` == 'Darwin' ? false : true %>
<% end %>
provisioner:
name: chef_solo
Expand Down

0 comments on commit 256625a

Please sign in to comment.