Skip to content

Instantly share code, notes, and snippets.

@Laserwhit
Created June 23, 2015 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Laserwhit/b53863a22e8371e44153 to your computer and use it in GitHub Desktop.
Save Laserwhit/b53863a22e8371e44153 to your computer and use it in GitHub Desktop.
LaserDebug1
root@winhelper:/etc/salt# salt-call USD-S5 test.ping -l debug
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: winhelper
[DEBUG ] Configuration file path: /etc/salt/minion
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'winhelper', 'tcp://127.0.1.1:4506')
[DEBUG ] Decrypting the current master AES key
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
[DEBUG ] LazyLoaded jinja.render
[DEBUG ] LazyLoaded yaml.render
'USD-S5' __virtual__ returned False
@Laserwhit
Copy link
Author

Run on a minion
{code}
root@USD-DEV1:/etc/salt# salt-call test.ping -l debug
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: USD-DEV1.int.fusionio.com
[DEBUG ] Configuration file path: /etc/salt/minion
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'USD-DEV1.int.fusionio.com', 'tcp://10.50.3.64:4506')
[DEBUG ] Decrypting the current master AES key
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
[DEBUG ] LazyLoaded jinja.render
[DEBUG ] LazyLoaded yaml.render
[DEBUG ] LazyLoaded test.ping
[DEBUG ] Re-using SAuth for ('/etc/salt/pki/minion', 'USD-DEV1.int.fusionio.com', 'tcp://10.50.3.64:4506')
[DEBUG ] LazyLoaded nested.output
local:
True
{code}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment