Displaying 5 results from an estimated 5 matches for "puppetnode".
2013 Nov 27
1
Warning: Unable to fetch my node definition, but the agent run will continue:
I am getting the following error when executing puppet agent --test from
the node to force it to get its node definition
[root@localhost puppet]# puppet agent --test
Warning: Unable to fetch my node definition, but the agent run will
continue:
Warning: Error 400 on SERVER: Failed to find puppetnode.localdomain via
exec: Execution of ''/etc/puppet/snc_enc.py puppetnode.localdomain'' returned
1:
Info: Retrieving plugin
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Failed when searching for node puppetnode.localdomain: Failed to find
puppetnode.l...
2011 Oct 18
2
Puppet node fails to pass facts to master
...ollowing error:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Failed to parse template linux/dput.cf.erb: Could not find
value for ''lsbdistid'' at 2:/etc/puppet/modules/linux/templates/
dput.cf.erb at /etc/puppet/modules/linux/manifests/dput.pp:7 on node
puppetnode.example.com
The line in dput.cf.erb is this one:
# packages for <%= lsbdistid %> to a private repository (not the
official
So I guess there is a problem passing the $lsbdistid variable.
Before I had another related error, it was complaining here:
content => template($operatingsystem...
2013 Mar 28
4
Custom fact or function ? looking for opinion
Hi,
I''m in the progress of writing custom facts to retrieve our network
configuration for the nodes from the openldap ENC.
Now, since the puppetmaster has also access to the ldap server, I''m
thinking to move the custom facts to a function, so it runs on the
puppetmaster only, end not on every node.
I just wanted to here some other opinions about this issue.
Thx
Johan
2012 Jun 18
1
Inventory Service on RHEL - uninitalized constant ActiveRecord
Hi,
Has anyone had success getting the Inventory Service running in RHEL 6?
My Puppet Nodes are getting the following error:
> [root@puppetnode-01 ~]# puppetd --debug --verbose --no-daemonize
> ...
> err: Could not retrieve catalog from remote server: Error 400 on SERVER:
> Could not autoload inventory_active_record: uninitialized constant
> ActiveRecord
> ...
Here''s the gems I have installed:
> [root@puppet...
2012 Jun 14
0
nodes cannot retrieve catalog after installing puppet-dashbaord
Hi,
I just installed & configured puppet-dashboard as per the official
documentation <http://docs.puppetlabs.com/dashboard/manual/1.2/>, but now
my nodes cannot retrieve their catalog:
[root@puppetnode-01 ~]# puppetd --debug --verbose --no-daemonize
...
err: Could not retrieve catalog from remote server: Server hostname
> ''puppetmaster-01.mydomain.com'' did not match server certificate; expected
> dashboard
...
err: Could not send report: Server hostname '&...