-
-
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
node.js manifests/params.pp & manifests/init.pp should support Scientific Linux #37
Comments
I managed to workaround this with the following changes:
root@sl6:/etc/puppet/modules/nodejs # |
And I committed a fix to my fork on Github. |
It looks like another fix here would be to use osfamily instead of operatingsystem. Then osfamily could be redhat and catch all of those flavors. |
+1, I just got bit by this as well. |
Scientific Linux should now work, but I haven't tested and can only base this opinion on unscientific evidence. |
I am using Scientific Linux 6.4, which is a derivative of Red Hat Enterprise Linux and is similar to CentOS. SL is used extensively at research labs and higher-education institutions.
I was attempting to install Puppet Labs Razor onto a Scientific Linux 6.4 box, and the install failed with the following error. I posted the error to the puppet-razor mailing-list, and they recommended that I file a bug here [1].
It appears that node.js does not support Scientific Linux:
Please update nodejs to support Scientific Linux.
[1] https://groups.google.com/forum/#!topic/puppet-razor/bJIz1Fs7r7k
The text was updated successfully, but these errors were encountered: