Re: [Puppet Users] Using ruby-1.9.x with Puppet 0.25.x

2010-01-20 Thread Stéphan Gorget
On Wed, Jan 20, 2010 at 1:09 AM, Forrie wrote: > I read somewhere recently about problems with Puppet and Ruby 1.9. > > I'm wondering if this is still an issue? > I've just pulled the master from facter and puppet and I still have errors for facter : ... st...@mirage ~ $ facter Could not retriev

[Puppet Users] Re: Update RPM through Puppet

2009-04-29 Thread Stéphan Gorget
I'm not sure this answer your question, but it could be part of the answer : http://reductivelabs.com/trac/puppet/wiki/FrequentlyAskedQuestions#upgrading -- Stéphan Gorget On Wed, Apr 29, 2009 at 1:19 PM, Grezly wrote: > > I'm using currently puppet 0.24.6 and I'm a ne

[Puppet Users] Use database to specify the set variables

2009-04-20 Thread Stéphan Gorget
Some clusters are using database to store node information such as the group and the profile of the node. I'd like to use these variables in the manifests. I wonder if it is better to create a specific fact that provides it to the puppetmaster or if it is better to use the puppetmaster to directly

[Puppet Users] Re: Has anyone tried Puppet under Ruby 1.9?

2009-04-09 Thread Stéphan Gorget
ned Could not autoload file: constant Puppet::Type::File not defined Invalid method to apply I'd be interested in your findings too. Thanks, Stéphan Gorget On Feb 18, 7:18 am, "Jeroen van Meeuwen (GMail)" wrote: > Trevor Vaughan wrote: > > The speed benefits of Ruby 1.9

[Puppet Users] Re: service NTPd restart isn't manage automatically (CentOS)

2009-03-23 Thread Stéphan Gorget
Thank you very much. In fact it is the "restart => true" that disables the stop and start mechanism. Stéphan On Mar 23, 12:19 pm, James Turnbull wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Stéphan Gorget wrote: > > Hey, > > &

[Puppet Users] service NTPd restart isn't manage automatically (CentOS)

2009-03-23 Thread Stéphan Gorget
Hey, I am managing ntpd with puppet (CentOS 5.2, puppet 0.24.7), and I would like that ntpd restart when the config file changes. But to make ntpd restart and take into account the new config file I had to specify the "restart" parameter in the service section. (restart => "/ sbin/service ntpd re