Skip to content

Instantly share code, notes, and snippets.

@Juraci
Created June 26, 2017 19:17
Show Gist options
  • Save Juraci/b9f7cb26b79d51f38586e3d23c78711b to your computer and use it in GitHub Desktop.
Save Juraci/b9f7cb26b79d51f38586e3d23c78711b to your computer and use it in GitHub Desktop.
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
FACTER_ipaddress='<ip>' FACTER_role='devbox' puppet agent --onetime --no-daemonize --verbose --certname debian.nitro.devbox --color=false --server production-puppet-master.powerhrg.com --detailed-exitcodes || [ $? -eq 2 ]
Stdout from the command:
Exiting; no certificate found and waitforcert is disabled
Stderr from the command:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment