Hazel Edmands

Results 2 comments of Hazel Edmands

@hiremaga, based on your suggestion I locally modified the homebrew cookbook's `libraries/homebrew_package.rb` from: ``` ruby def brew(*args) get_response_from_command("brew #{args.join(' ')}") end ``` to: ``` ruby def brew(*args) get_response_from_command("su #{node['current_user']} -c...

I've wanted this for a while. Perhaps I'll write a pull request, this shouldn't be too hard to implement...