-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for new versions of Ubuntu/NodeJS #229
Conversation
Closes #228 |
@@ -31,22 +31,25 @@ | |||
$suffix_error_msg = "Var \$repo_url_suffix with value '${repo_url_suffix}' is not set correctly for ${::operatingsystem} ${::operatingsystemrelease}. See README." | |||
case $::osfamily { | |||
'Debian': { | |||
# Nodesource repos for Ubuntu lucid and saucy only provide nodejs version 0.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saucy is gone
thanks. can you squash that into a single commit? |
3a28fa2
to
b8c672d
Compare
Done |
thanks \o/ |
Out of curiosity what is the ETA for a release? (I know it barely got merged, but still :P) |
2minutes |
Crap that's awesome! thanks! |
sorry, it took as a bit because of $reasons 😢 but 2.0.1 is now available on the forge. |
No worries! Thanks for spending the time to release it :) |
No description provided.