Re: [Puppet Users] pre-compiling gems

2011-01-20 Thread qutic development
Maybe using rvm makes your gem live easier. You can use different gemsets, per user. rvm.beginrescueend.com On 20.01.2011, at 05:02, John Warburton wrote: > Hi > > I have a small number of gems I install on my puppet server, and manage to > get them compiled and they pick up my non standard e

Re: [Puppet Users] pre-compiling gems

2011-01-19 Thread John Warburton
On 20 January 2011 15:08, Daniel Pittman wrote: > On Wed, Jan 19, 2011 at 20:02, John Warburton > wrote: > > 2) Trying to pre-compile the gem and install it. Since I have no idea what > I > > This. Always do this. It gives you predictable, uniform behaviour, a > uniform interface to specify de

Re: [Puppet Users] pre-compiling gems

2011-01-19 Thread Daniel Pittman
On Wed, Jan 19, 2011 at 20:02, John Warburton wrote: > I have a small number of gems I install on my puppet server, and manage to > get them compiled and they pick up my non standard environment and install > OK I can't help with the gem provider, but my general advice is: [...] > 2) Trying to

[Puppet Users] pre-compiling gems

2011-01-19 Thread John Warburton
Hi I have a small number of gems I install on my puppet server, and manage to get them compiled and they pick up my non standard environment and install OK However, I need to send some options to the mysql gem to get it to compile. Hence I do it by hand, which is now biting, as well as not the ri