Skip to content

Instantly share code, notes, and snippets.

@johnl
Last active December 15, 2015 13:59
Show Gist options
  • Save johnl/5271262 to your computer and use it in GitHub Desktop.
Save johnl/5271262 to your computer and use it in GitHub Desktop.
puppet enc hang bug report
#!/bin/sh
# sleep 1
echo -e "classes:\n"
$ ps auxf
ubuntu 2275 0.0 0.2 9616 1444 ? S 12:54 0:00 | \_ sshd: ubuntu@pts/0
ubuntu 2276 0.0 1.1 9520 5900 pts/0 Ss 12:54 0:00 | \_ -bash
ubuntu 27250 0.5 3.9 31876 20044 pts/0 Sl+ 13:23 0:00 | \_ /usr/bin/ruby1.8 /usr/bin/puppet apply --config puppet.conf --debug -e ''
ubuntu 27302 0.0 0.0 0 0 pts/0 Z+ 13:23 0:00 | \_ [sh] <defunct>
$ puppet apply --config puppet.conf --debug -e ''
debug: Executing '/home/ubuntu/enc.sh srv-kyawg.gb1.brightbox.com'
[main]
node_terminus = exec
external_nodes = /home/ubuntu/enc.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment