I believe they actually accepted the patch upstream...finally. No telling when that'll make it into the easily accessible Ruby builds for AIX though.
On Tue, Nov 3, 2015 at 7:17 PM, Michael Stahnke <[email protected]> wrote: > > > On Tue, Nov 3, 2015 at 6:48 PM, Ryan Anderson <[email protected]> > wrote: > >> I've gotten puppet open source 3.7.x working on AIX, I haven't updated to >> 3.8, but I'm sure that would be trivial. The steps are basically: >> - Install the ruby 2.0.0 AIX rpm from perzl.org, plus its dependencies >> - Create directories: mkdir -p /etc/puppet /var/lib/puppet >> - Use the ruby gems to install puppet and its dependencies from >> rubygems.org: /opt/freeware/bin/gem install puppet -v 3.8.4 >> - Create a working /etc/puppet/puppet.conf >> - Run puppet: /opt/freeware/bin/puppet agent -t >> - Create a traditional init script + links >> - For convenience: cd /usr/bin; ln -s /opt/freeware/bin/puppet; ln -s >> /opt/freeware/bin/facter >> - Note: you won't see 'puppet' in the default ps output, it will show up >> as 'ruby' >> > > For this one, there's a patch we created in Ruby 2.1 for PE and it's in > Ruby 2.2 that fixes that issue. > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/puppet-users/c951e768-fcf2-497a-834c-a175cee1b1da%40googlegroups.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Puppet Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/puppet-users/2t38s3PJWcw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAMto7L%2BG5qVgttzgwfXFEqv3aRjTuFZ2Ym7n%2BdzL-F1zsNVObw%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CAMto7L%2BG5qVgttzgwfXFEqv3aRjTuFZ2Ym7n%2BdzL-F1zsNVObw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAOE6YU9LNGcLg3SgM7-3ye7JmP0mgwUf7fJxUD9RDVOdwpmw%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
