[Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-03 Thread Joehillen
Same issue here. I'd love to get some info on this. On Wednesday, October 3, 2012 2:26:42 AM UTC-7, Jonathan Gazeley wrote: > > Yesterday my puppetmaster and nodes got upgraded to puppet-3.0.0. > > Since then, all puppet runs have been failing with this error: > > Error: Could not retrieve catal

Re: [Puppet Users] Re: passing argument to a class or a module

2012-01-26 Thread Joehillen
whoa, my bad. I learned puppet before 2.6 Now I don't know why there is a distinction between classes and defines. I'll have to read up. Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https:/

[Puppet Users] Crash in tempfile.rb

2012-01-26 Thread Joehillen
I was just building new Ubuntu 10.04 servers that have the new version of puppet (2.7.10) from the official apt repo. The master is also 2.7.10. I'm getting this issue on all 4 of the new servers. I get this from `puppet agent --test --debug`: debug: file_metadata supports formats: b64_zlib_yam

[Puppet Users] Re: passing argument to a class or a module

2012-01-26 Thread Joehillen
You can't pass arguments to classes, only defines. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Y9ZjlgMsQHAJ. To post to this group, send email to puppet

[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2011-12-21 Thread Joehillen
Ok, I solved the issue. It took some doing because apparently puppet doesn't work with the newest version of activerecord. http://projects.puppetlabs.com/issues/867 Here are the steps that ended up working: apt-get install rubygems gem install activerecord --version 3.0.11 apt-get install lib

[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2011-12-21 Thread Joehillen
Ok, I solved the issue. It took some doing because apparently puppet doesn't work with the newest version of activerecord. http://projects.puppetlabs.com/issues/867 Here are the steps that ended up working: apt-get install rubygems gem install activerecord --version 3.0.11 apt-get install lib

[Puppet Users] Re: Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2011-12-21 Thread Joehillen
Btw, this is Ubuntu Server 10.04.3 LTS -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/-QncNnfVshYJ. To post to this group, send email to puppet-users@googl

[Puppet Users] Error 400 on SERVER: Could not autoload active_record: uninitialized constant ActiveRecord

2011-12-21 Thread Joehillen
I'm trying to setup a new puppet setup (master and clients). I installed puppet v2.7.9 from the apt.puppetlabs.com repo. I setup async_storeconfigs with mysql and stompserver. When I try to run, puppet agent --test --noop, on the client I get this message. err: Could not retrieve catalog from

Re: [Puppet Users] I have a service that just wont restart.

2011-07-07 Thread Joehillen
Awesome! Adding `pattern => "nrpe"` solved the issue. Thanks for your help. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/hcKGdrX7F4gJ. To post to this

Re: [Puppet Users] I have a service that just wont restart.

2011-07-07 Thread Joehillen
Yes, it says it every time. The actual process is called "nrpe", so that makes sense that it can't find it. Unfortunately, it doesn't have a status command. What should I do instead? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view thi

[Puppet Users] I have a service that just wont restart.

2011-07-07 Thread Joehillen
For my nagios::nrpe class, I have the following service: service {"nagios-nrpe-server": ensure => running, enable => true, require => Package["nagios-nrpe-server"], hasrestart => true, restart => "/etc/init.d/nagios-nrpe-server re

[Puppet Users] Re: notify defined in exported resource won't work?

2011-07-07 Thread Joehillen
What version were you running? I think I may have hit a similar issue. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/23JPcoSOHbcJ. To post to this group,