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
Add more information to the README important for working upgrades.
nodejs_package_ensure defaults to present - changing repo_url_suffix probably won't always result in a new version being installed. You might need to change the value to say nodejs_package_ensure => "6.*"
Use nodejs::repo_pin or nodejs::repo_priority to ensure that the NodeSource repository takes precedence when the native NodeJS version is the same as the one available in NodeSource.
The text was updated successfully, but these errors were encountered:
Add more information to the README important for working upgrades.
nodejs_package_ensure
defaults to present - changingrepo_url_suffix
probably won't always result in a new version being installed. You might need to change the value to saynodejs_package_ensure => "6.*"
nodejs::repo_pin
ornodejs::repo_priority
to ensure that the NodeSource repository takes precedence when the native NodeJS version is the same as the one available in NodeSource.The text was updated successfully, but these errors were encountered: