Installs and configures asdf extendable version manager.
- Chef 14.3+
The following platforms are supported and tested with Test Kitchen:
- Amazon Linux 2+
- CentOS 7+
- Debian 8+
- Fedora 27+
- Ubuntu 16.04+
- openSUSE Leap
Other Debian and RHEL family distributions are assumed to work.
- ark
Place a dependency on the asdf cookbook in your cookbook's metadata.rb
depends 'asdf'
Examples are provided in test/fixtures/cookbooks/test/recipes
.
A asdf_user_install
is required so that asdf is installed. See Resources
below.
For more details look at the TESTING.md.
This cookbook is based off of the ruby_rbenv cookbook.
- Fernando Alemán [email protected]