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 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/DF465B93-C26A-45AB-AD83-ED708B5A66DF%40logicminds.biz. For more options, visit https://groups.google.com/d/optout.
