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
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:/
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
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
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
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
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
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
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
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
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
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,
12 matches
Mail list logo