Created
September 15, 2016 17:06
-
-
Save joshcooper/422099d44f09bed541abd8cfc72eb37a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| bundle exec puppet agent -t --server chara --test --http_debug 2>&1 >/dev/null | grep -E 'HTTP\/1\.1' | |
| <- "GET /puppet/v3/node/chara.corp.puppetlabs.net?environment=production&transaction_uuid=dace0370-eff4-4673-b31c-0008e080a0f2&fail_on_404=true HTTP/1.1\r\nAccept: pson, msgpack, binary\r\nX-Puppet-Version: 4.7.0\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nUser-Agent: Ruby\r\nHost: chara:8140\r\n\r\n" | |
| -> "HTTP/1.1 200 OK \r\n" | |
| <- "GET /puppet/v3/file_metadatas/pluginfacts?environment=production&links=follow&recurse=true&source_permissions=use&ignore=.svn&ignore=CVS&ignore=.git&checksum_type=md5 HTTP/1.1\r\nAccept: pson, msgpack, binary\r\nX-Puppet-Version: 4.7.0\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nUser-Agent: Ruby\r\nHost: chara:8140\r\n\r\n" | |
| -> "HTTP/1.1 200 OK \r\n" | |
| <- "GET /puppet/v3/file_metadatas/plugins?environment=production&links=follow&recurse=true&source_permissions=ignore&ignore=.svn&ignore=CVS&ignore=.git&checksum_type=md5 HTTP/1.1\r\nAccept: pson, msgpack, binary\r\nX-Puppet-Version: 4.7.0\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nUser-Agent: Ruby\r\nHost: chara:8140\r\n\r\n" | |
| -> "HTTP/1.1 200 OK \r\n" | |
| <- "POST /puppet/v3/catalog/chara.corp.puppetlabs.net?environment=production HTTP/1.1\r\nAccept: pson, msgpack, dot, binary\r\nX-Puppet-Version: 4.7.0\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nUser-Agent: Ruby\r\nHost: chara:8140\r\nContent-Length: 6926\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\n" | |
| -> "HTTP/1.1 200 OK \r\n" | |
| <- "PUT /puppet/v3/report/chara.corp.puppetlabs.net?environment=production& HTTP/1.1\r\nAccept: pson\r\nX-Puppet-Version: 4.7.0\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nContent-Type: text/pson\r\nUser-Agent: Ruby\r\nHost: chara:8140\r\nContent-Length: 5083\r\n\r\n" | |
| -> "HTTP/1.1 200 OK \r\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment