Re: [Puppet Users] how to specify source parameter for gem packages

2009-12-26 Thread Silviu Paragina
On 24.12.2009 21:00, byron appelt wrote: > I am trying to use the package class to manage a gem and I need to > specify the source. I tried doing the following: > > package { "gateway_install_support": > ensure => installed, > provider => gem, > source => "http://gems.ublip.com:88

[Puppet Users] how to specify source parameter for gem packages

2009-12-24 Thread byron appelt
I am trying to use the package class to manage a gem and I need to specify the source. I tried doing the following: package { "gateway_install_support": ensure => installed, provider => gem, source => "http://gems.ublip.com:8808";, require => Exec["ruby setup.rb"] } but this cau