Hi,
I am trying to use puppet facts to push the latest facts to my puppetmaster after a puppet run but the command doesn’t seem to work.
#bash: puppet facts upload
Error: execution expired
Error: Try 'puppet help facts upload' for usage
It appears like the command is timing out, but I don’t know why.
My puppet master’s auth.conf file has:
Assuming this config is setup to only allows authenticated clients that have a valid cert to access the /facts endpoint.
path /facts
method save
auth yes
allow *
What am I missing
ref:
https://github.com/puppetlabs/puppet/blob/master/lib/puppet/face/facts.rb
ref:
http://synforge.com/puppet-agent-facter/
Corey