Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-04 Thread jmadtech
age { "sapnwrfc": > ensure => 'installed', > provider => 'gem', > source => "/export/admin_scripts/sapnwrfc-0.24", > } > > On 2 October 2012 06:51, jmadtech > > wrote: > > The gem is there

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-01 Thread jmadtech
PM UTC-4, Pete wrote: > > Does it actually install? > I find if package resources try to install on each run it means they > don't get installed correctly. > > On 28 September 2012 13:22, jmadtech > > > wrote: > > Hey all, > > > > I'm not

[Puppet Users] Custom ruby gem continuously updates

2012-09-28 Thread jmadtech
Hey all, I'm not sure if there's a real issue or if I'm doing something incorrectly. I have a custom compiled gem that I'm installing via: package { "sapnwrfc-0.24": ensure => 'installed', provider => 'gem', source => "/export/admin_scripts/sapnwrf