Manages per-user DNVMs
Use the dnvm recipe to install DNVM for a given user.
Alternatively you can use the [dnvm_install] resource (see below)
node['dvnm']['user']: User to install dnvm for. Will default to the resource namenode['dnvm']['installer_url']['linux']: Installation script URL for linuxnode['dnvm']['installer_url']['windows']: Installation script URL for Windows
Installs DNVM for a given user. Usage:
dnvm_resource 'dnvm' do
username 'my_user' # Will default to the resource name
installer_url 'https://someurl.example.com/dnvm_install.sh' # Optional
endThis cookbook has currently only been tested on Ubuntu. However it should work fine on any linux system that supports dnvm
It doesn't (yet) work on windows