Skip to content

Instantly share code, notes, and snippets.

Created April 26, 2016 16:16
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 anonymous/19b89dbd41f6fdd2fba03f5b9a794c78 to your computer and use it in GitHub Desktop.
Save anonymous/19b89dbd41f6fdd2fba03f5b9a794c78 to your computer and use it in GitHub Desktop.
[root@hostname roots]# salt-run fileserver.update -l debug
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: minion_id
[DEBUG ] Key 'file_ignore_glob' with value None has an invalid type of NoneType, a list is required for this value
[DEBUG ] Configuration file path: /etc/salt/master
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[DEBUG ] LazyLoaded fileserver.update
[DEBUG ] Reading configuration from /etc/salt/master
[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: minion_id
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'fun': 'runner.fileserver.update', 'jid': '20160426121453043503', 'user': 'root', '_stamp': '2016-04-26T16:14:53.497786'}
[DEBUG ] Error loading runners.nacl: libnacl import error, perhaps missing python libnacl package
[DEBUG ] LazyLoaded svn.envs
[DEBUG ] LazyLoaded roots.envs
[DEBUG ] Updating svn fileserver cache
[DEBUG ] Set lock for svn://repo_url
[DEBUG ] svnfs is fetching from svn://repo_url
[DEBUG ] Removed lock for svn://repo_url
[DEBUG ] Updating roots fileserver cache
[DEBUG ] LazyLoaded nested.output
True
[DEBUG ] Sending event - data = {'jid': '20160426121453043503', 'return': True, 'success': True, '_stamp': '2016-04-26T16:14:55.487450', 'user': 'root', 'fun': 'runner.fileserver.update'}
[DEBUG ] LazyLoaded local_cache.prep_jid
[INFO ] Runner completed: 20160426121453043503
[DEBUG ] Runner return: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment