I'm running puppet on the production servers I manage at Sun, and for Solaris 10 I've had to compile Ruby and create my own package (for easy distribution). I've also created my own puppet and facter packages, as I didn't want to setup rubygems.
Now on OpenSolaris this is much easier, as you can just run:
# pkg install -q SUNWruby18 # gem install -y puppet Bulk updating Gem source index for: http://gems.rubyforge.org Successfully installed puppet-0.24.7 Successfully installed facter-1.5.4 Installing ri documentation for puppet-0.24.7... Installing RDoc documentation for puppet-0.24.7...and you are all set to configure
/etc/puppet/puppet.conf
to get puppetmasterd and puppetd running!





