Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-04 Thread Peter Brown
Awesome! Happy to help. On 5 October 2012 13:03, jmadtech wrote: > Pure genius! That did it Pete. > > Thanks so much! > > > On Monday, October 1, 2012 10:03:31 PM UTC-4, Pete wrote: >> >> Considering the source you have seems to have a version in it already >> have you tried it without the vers

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-04 Thread jmadtech
Pure genius! That did it Pete. Thanks so much! On Monday, October 1, 2012 10:03:31 PM UTC-4, Pete wrote: > > Considering the source you have seems to have a version in it already > have you tried it without the version number in the name? > as in > package { "sapnwrfc": > ens

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-02 Thread Peter Brown
Considering the source you have seems to have a version in it already have you tried it without the version number in the name? as in package { "sapnwrfc": ensure => 'installed', provider => 'gem', source => "/export/admin_scripts/sapnwrfc-0.24", } O

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-01 Thread jmadtech
The gem is there and installed. I didn't install it by hand, so it did get installed by puppet at some point. I'm assuming it's because the gem source file is local so it has no way to verify the file version versus the installed version. On Monday, October 1, 2012 4:42:46 PM UTC-4, Pete wrot

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-01 Thread Peter Brown
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 sure if there's a real issue or if I'm doing something incorrectly. > > I have a custom compiled gem tha