Installs Heroku using one of the following installation types:
node[:heroku][:preferred_install]- Specifies installation method (defaults to toolbelt)node[:heroku][:standalone][:source_url]- URL to heroku binary.node[:heroku][:toolbelt][:apt_repo]- URL to heroku apt repositorynode[:heroku][:toolbelt][:apt_key]- URL to apt key sourcenode[:heroku][:toolbelt][:apt_key_id]- Key id of the apt key source
Convenience recipe to include the preferred installation method using node[:heroku][:preferred_install].
Downloads binary from heroku.com and adds it to the user's PATH.
Chef apt toolbelt installation (not using Heroku's install-ubuntu.sh script).
##heroku::gem
@todo: not implemented yet
- Fork it ( https://github.com/alt3/chef-heroku/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Make sure test-kitchen and foodcritic tests pass
- Commit your changes (
git commit -am 'Adds some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request