Skip to content
Discussion options

You must be logged in to vote

@weslambert I found the solution. The cache suggestion you gave was key. I did a global find for */filebeat/init.sls and found 5 instances.

There is one at /var/cache/salt/minion/files/base/filebeat/init.sls that did have the line
{% from 'filebeat/map.jinja' import SO with context %}

I deleted it, ran the so-filebeat-start and it errored, as usual. The file that came back to the cache still had the bad line. So, the key to fixing this was finding that there is an init.sls in /opt/so/saltstack/local/salt/filebeat/ that had the bad line. Apparently, it is not updated by soup. Entering the commands below fixed it:

sudo -i
cp /opt/so/saltstack/default/salt/filebeat/init.sls /opt/so/saltstack…

Replies: 3 comments 29 replies

Comment options

You must be logged in to vote
1 reply
@rabeyer
Comment options

Comment options

You must be logged in to vote
21 replies
@rabeyer
Comment options

@weslambert
Comment options

@rabeyer
Comment options

@weslambert
Comment options

@rabeyer
Comment options

Comment options

You must be logged in to vote
7 replies
@rabeyer
Comment options

@weslambert
Comment options

@EbolaWare
Comment options

@rabeyer
Comment options

@BangAbe88
Comment options

Answer selected by rabeyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants