Skip to content

Instantly share code, notes, and snippets.

@zlanich
Last active July 26, 2016 04:01
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 zlanich/cd00fa729cab347f8a39cc90fcbbd3e9 to your computer and use it in GitHub Desktop.
Save zlanich/cd00fa729cab347f8a39cc90fcbbd3e9 to your computer and use it in GitHub Desktop.
root@saltmaster:/home/vagrant# salt '*' test.ping
minion2:
True
minion1:
True
root@saltmaster:/home/vagrant# salt -v --log-level=debug 'minion1' cp.push /etc/php/7.0/fpm/pool.d/www.conf
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] Configuration file path: /etc/salt/master
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] MasterEvent PUB socket URI: /var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: /var/run/salt/master/master_event_pull.ipc
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/master', 'saltmaster.local_master', 'tcp://127.0.0.1:4506', 'clear')
[DEBUG ] Initializing new IPCClient for path: /var/run/salt/master/master_event_pub.ipc
Executing job with jid 20160726040019677460
-------------------------------------------
[DEBUG ] LazyLoaded local_cache.get_load
[DEBUG ] Reading minion list from /var/cache/salt/master/jobs/a9/0f99cded82ba04ac41b7093fb68609/.minions.p
[DEBUG ] get_iter_returns for jid 20160726040019677460 sent to set(['minion1']) will timeout at 04:00:24.685987
[DEBUG ] jid 20160726040019677460 return from minion1
[DEBUG ] LazyLoaded nested.output
minion1:
False
[DEBUG ] jid 20160726040019677460 found all minions set(['minion1'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment