Skip to content

Commit

Permalink
[COOK-3589] Set homebrew as the default package manager on OS X Server
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Vargo <[email protected]>
  • Loading branch information
stissot authored and sethvargo committed Sep 21, 2013
1 parent fb38b92 commit 1bd3e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/homebrew_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ def get_response_from_command(command)
end
end

Chef::Platform.set :platform => :mac_os_x, :resource => :package, :provider => Chef::Provider::Package::Homebrew
Chef::Platform.set :platform => :mac_os_x_server, :resource => :package, :provider => Chef::Provider::Package::Homebrew
Chef::Platform.set :platform => :mac_os_x, :resource => :package, :provider => Chef::Provider::Package::Homebrew
1 change: 1 addition & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
version "1.4.1"
recipe "homebrew", "Install Homebrew"
supports "mac_os_x"
supports "mac_os_x_server"

0 comments on commit 1bd3e1f

Please sign in to comment.