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'
-- 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 puppet-users+unsubscr...@googlegroups.com. 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.