You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
class { 'nodejs':
repo_url_suffix => '5.x',
}
...
But, I'm curious: if I no longer need nodejs after provisioning, and want to remove nodejs entirely, is there an appropriate method to remove it? For example willdurand/puppet-nodejs has the following implementation:
::nodejs::install { 'node-v5.4':
ensure => absent,
version => 'v5.4.1',
}
The text was updated successfully, but these errors were encountered:
I've installed nodejs via:
But, I'm curious: if I no longer need nodejs after provisioning, and want to remove nodejs entirely, is there an appropriate method to remove it? For example willdurand/puppet-nodejs has the following implementation:
The text was updated successfully, but these errors were encountered: