I've been urnning puppetserver v8 for a few months with all the agents still on v7. I just updated a few test nodes from agent v7 to v8 and no manifest/modules are being applied to the client now. I know the client is pulling the correct env from running `puppet agent -t -d | tee -a /tmp/puppet_output.txt` and seeing this entry on the log: "Debug: HTTP POST https://puppetserver:8140/puppet/v3/catalog/nodename.example.com?environment=testenv returned 200 OK" I only made 1 chnage to the textenv environment because of initial error in log with main init.pp file: $nodehostname = $facts['hostname'] -to- $nodehostname = $facts['networking']['hostname'] There are no errors in the client log now. It is connecting to master but pulling an empty catalog
-- 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 visit https://groups.google.com/d/msgid/puppet-users/bde9b4d1-38ad-4148-8883-7f0e67e4ccb7n%40googlegroups.com.
