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
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