Skip to content

Instantly share code, notes, and snippets.

@felipellrocha
Created February 6, 2014 02:06
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 felipellrocha/40ce8b36624818639af4 to your computer and use it in GitHub Desktop.
Save felipellrocha/40ce8b36624818639af4 to your computer and use it in GitHub Desktop.
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] loading log_handlers in ['/var/cache/salt/minion/extmods/log_handlers', '/usr/lib/pymodules/python2.7/salt/log/handlers']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/log_handlers, it is not a directory
[DEBUG ] Configuration file path: /etc/salt/minion
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] loading grain in ['/var/cache/salt/minion/extmods/grains', '/usr/lib/pymodules/python2.7/salt/grains']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/grains, it is not a directory
[DEBUG ] loading module in ['/var/cache/salt/minion/extmods/modules', '/usr/lib/pymodules/python2.7/salt/modules']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/modules, it is not a directory
[DEBUG ] Loaded localemod as virtual locale
[DEBUG ] Loaded groupadd as virtual group
[DEBUG ] Loaded linux_sysctl as virtual sysctl
[DEBUG ] Loaded sysmod as virtual sys
[DEBUG ] Loaded parted as virtual partition
[DEBUG ] Loaded apt as virtual pkg
[DEBUG ] Loaded upstart as virtual service
[DEBUG ] Loaded useradd as virtual user
[DEBUG ] Loaded dpkg as virtual lowpkg
[DEBUG ] Loaded cmdmod as virtual cmd
[DEBUG ] Loaded debconfmod as virtual debconf
[DEBUG ] Loaded virtualenv_mod as virtual virtualenv
[DEBUG ] Loaded djangomod as virtual django
[DEBUG ] Loaded linux_lvm as virtual lvm
[DEBUG ] loading render in ['/var/cache/salt/minion/extmods/renderers', '/usr/lib/pymodules/python2.7/salt/renderers']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/renderers, it is not a directory
[DEBUG ] loading pillar in ['/var/cache/salt/minion/extmods/pillar', '/usr/lib/pymodules/python2.7/salt/pillar']
[DEBUG ] Skipping /var/cache/salt/minion/extmods/pillar, it is not a directory
[DEBUG ] Jinja search path: '['/srv/salt/pillar']'
[DEBUG ] Rendered data from file: /srv/salt/pillar/top.sls:
base:
'*':
- all
'*local':
- dev
[DEBUG ] Results of YAML rendering:
OrderedDict([('base', OrderedDict([('*', ['all']), ('*local', ['dev'])]))])
[DEBUG ] Jinja search path: '['/srv/salt/pillar']'
[DEBUG ] Rendered data from file: /srv/salt/pillar/dev.sls:
domain: http://clock.local:8080/
elasticsearch:
engine: haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine
url: http://localhost:9200/
data: /var/data/elasticsearch
database:
engine: django.db.backends.postgresql_psycopg2
name: clock
user: clock_data
password: clock
host: localhost
port: 5432
[DEBUG ] Results of YAML rendering:
OrderedDict([('domain', 'http://clock.local:8080/'), ('elasticsearch', OrderedDict([('engine', 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine'), ('url', 'http://localhost:9200/'), ('data', '/var/data/elasticsearch')])), ('database', OrderedDict([('engine', 'django.db.backends.postgresql_psycopg2'), ('name', 'clock'), ('user', 'clock_data'), ('password', 'clock'), ('host', 'localhost'), ('port', 5432)]))])
[DEBUG ] Jinja search path: '['/srv/salt/pillar']'
[DEBUG ] Rendered data from file: /srv/salt/pillar/all.sls:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment