Issue #7441 has been updated by R.I. Pienaar.
I would like to support many more distributions officially, i think the project providing packages that work for as many of our users as possible is obviously valuable. We're also working on getting MC into Puppet Enterprise which will also soon officially support SLES. At present there isnt a automated functional testing framework for mcollective and in the absence of this adding more platforms will be pretty hard to do at the quality level I would like to. So I am happy to consider this but it will be a future thing - I want to start on the func testing as a priority but it may still be some time before I am happy to say we're in a place to do this. ---------------------------------------- Bug #7441: /etc/init.d/mcollective fix https://projects.puppetlabs.com/issues/7441 Author: Adam Edwards Status: Needs More Information Priority: Normal Assignee: R.I. Pienaar Category: Packaging Target version: Keywords: Branch: Affected mCollective version: In SLES 11, the RUBYLIB dir is a little different than RedHat. Would you be able to make the following code change so that it works on SLES out of the box? /etc/init.d/mcollective script as follows: Old: RUBYLIB=/usr/local/lib/site_ruby/1.8:$RUBYLIB New: RUBYLIB=/usr/local/lib/site_ruby/1.8:/usr/lib/ruby/site_ruby/1.8:$RUBYLIB -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
