Skip to content

Instantly share code, notes, and snippets.

@johannmiller
Last active August 29, 2015 14:26
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 johannmiller/fa4e52770cd29baf9283 to your computer and use it in GitHub Desktop.
Save johannmiller/fa4e52770cd29baf9283 to your computer and use it in GitHub Desktop.
##############################
## version info
##############################
vagrant@vagrant-ubuntu-trusty-64:~$ sudo salt-call --versions-report
Salt: 2015.5.2
Python: 2.7.6 (default, Jun 22 2015, 17:58:13)
Jinja2: 2.7.2
M2Crypto: 0.21.1
msgpack-python: 0.3.0
msgpack-pure: Not Installed
pycrypto: 2.6.1
libnacl: Not Installed
PyYAML: 3.10
ioflo: Not Installed
PyZMQ: 14.0.1
RAET: Not Installed
ZMQ: 4.0.4
Mako: Not Installed
##############################
## /etc/salt/minion contents
##############################
master: localhost
id: my_id
file_client: local
ext_pillar:
- git: master git+ssh://git@github.com/my_org/my_repo.git
##########################################################################
## The tail of highstate output. My pillar *.sls files can't be found.
##########################################################################
> sudo salt-call state.highstate
local:
Data failed to compile:
----------
Rendering SLS 'base:celery' failed: Jinja variable 'dict object' has no attribute 'ssh_user'
----------
Rendering SLS 'base:django' failed: Jinja variable 'dict object' has no attribute 'ssh_user'
##############################################################################################################################
## Curious about this. The ext_pillar is obviously registered. But why does pillar_roots come up? /srv/pillar does not exist.
## Is the overriding ext_pillar?
##############################################################################################################################
>sudo salt-call pillar.items | grep --after-context=5 --before-context=5 pillar
doc:
False
environment:
None
ext_job_cache:
ext_pillar:
|_
----------
git:
master git+ssh://git@github.com/my_org/my_repo.git
extension_modules:
--
fileserver_limit_traversal:
False
force_color:
False
fun:
pillar.items
gitfs_base:
master
gitfs_env_blacklist:
gitfs_env_whitelist:
gitfs_insecure_auth:
--
None
permissive_pki_access:
False
pidfile:
/var/run/salt-minion.pid
pillar:
----------
master:
----------
__role:
minion
--
doc:
False
environment:
None
ext_job_cache:
ext_pillar:
|_
----------
git:
master git+ssh://git@github.com/my_org/my_repo.git
extension_modules:
--
fileserver_limit_traversal:
False
force_color:
False
fun:
pillar.items
gitfs_base:
master
gitfs_env_blacklist:
gitfs_env_whitelist:
gitfs_insecure_auth:
--
None
permissive_pki_access:
False
pidfile:
/var/run/salt-minion.pid
pillar_roots:
----------
base:
- /srv/pillar
ping_interval:
0
pki_dir:
/etc/salt/pki/minion
providers:
--
salt://win/repo/winrepo.p
zmq_filtering:
False
zmq_monitor:
False
pillar_roots:
----------
base:
- /srv/pillar
ping_interval:
0
pki_dir:
/etc/salt/pki/minion
providers:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment