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 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/CAMto7L%2BG5qVgttzgwfXFEqv3aRjTuFZ2Ym7n%2BdzL-F1zsNVObw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
