Skip to content

Instantly share code, notes, and snippets.

@cheald
Created June 17, 2016 19:40
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 cheald/07b1365af1c8e61b15e20571e1c508b2 to your computer and use it in GitHub Desktop.
Save cheald/07b1365af1c8e61b15e20571e1c508b2 to your computer and use it in GitHub Desktop.
[root@ip-172-28-1-148 reactor]# salt-run -l debug git_pillar.update
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/reactor.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/reactor.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt-master
[DEBUG ] Configuration file path: /etc/salt/master
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[DEBUG ] LazyLoaded git_pillar.update
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/reactor.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/reactor.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt-master
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/reactor.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/reactor.conf
[DEBUG ] Please install 'virt-what' to improve results of the 'virtual' grain.
[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 IPCClient for path: /var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'fun': 'runner.git_pillar.update', 'jid': '20160617194013087029', 'user': 'root', '_stamp': '2016-06-17T19:40:13.694238'}
[DEBUG ] Error loading runners.nacl: libnacl import error, perhaps missing python libnacl package
[DEBUG ] pygit2 git_pillar_provider enabled
[DEBUG ] Set update lock for git_pillar remote 'master git@server:user/pillar-common.git'
[DEBUG ] Fetching git_pillar remote 'master git@server:user/pillar-common.git'
[DEBUG ] git_pillar remote 'master git@server:user/pillar-common.git' is up-to-date
[DEBUG ] pygit2 does not support detecting stale refs for authenticated remotes, saltenvs will not reflect branches/tags removed from remote 'master git@server:user/pillar-common.git'
[DEBUG ] Removed update lock for git_pillar remote 'master git@server:user/pillar-common.git'
[DEBUG ] LazyLoaded nested.output
master git@server:user/pillar-common.git:
False
[DEBUG ] Sending event - data = {'jid': '20160617194013087029', 'return': {'master git@server:user/pillar-common.git': False}, 'success': True, '_stamp': '2016-06-17T19:40:14.262800', 'user': 'root', 'fun': 'runner.git_pillar.update'}
[DEBUG ] LazyLoaded local_cache.prep_jid
[INFO ] Runner completed: 20160617194013087029
[DEBUG ] Runner return: {'master git@server:user/pillar-common.git': False}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment