Puppet Class: nvm::params
- Defined in:
- manifests/params.pp
Overview
See README.md for usage information
2 3 4 5 6 7 8 9 10 11 |
# File 'manifests/params.pp', line 2
class nvm::params {
$manage_user = false
$manage_dependencies = true
$manage_profile = true
$version = 'v0.29.0'
$nvm_repo = 'https://github.com/creationix/nvm.git'
$refetch = false
$install_node = undef
$node_instances = {}
}
|