Created
February 24, 2013 10:04
-
-
Save walterheck/5023285 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@training ~]# puppet agent -t | |
Warning: Unable to fetch my node definition, but the agent run will continue: | |
Warning: Error 400 on SERVER: Failed to find training.puppetlabs.vm via exec: Execution of '/etc/puppet/node.rb training.puppetlabs.vm' returned 1: | |
Info: Retrieving plugin | |
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed when searching for node training.puppetlabs.vm: Failed to find training.puppetlabs.vm via exec: Execution of '/etc/puppet/node.rb training.puppetlabs.vm' returned 1: | |
Warning: Not using cache on failed catalog | |
Error: Could not retrieve catalog; skipping run | |
[root@training ~]# /etc/puppet/node.rb training.puppetlabs.vm | |
Error retrieving node training.puppetlabs.vm: Net::HTTPNotFound |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have encountered the same error with you. I am wondering if you fix it ?
thank you!