Philip Brown wrote:

> Too bad that all the world isnt linux.
> I dont have yum. I dont have apt.
> Puppet is supposed to be cross platform. Please keep the installation
> easy for more than just linux.
> 

package { [ "ruby", "rubygems" ]:
  ensure => latest,
}

package { "puppet-module":
  ensure => latest,
  provider => gem,
  require => Package["rubygems"],
}

Still easy.

Regards

James


-- 
James Turnbull
Puppet Labs
1-503-734-8571
To schedule a meeting with me: http://tungle.me/jamtur01

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to