Skip to content

Instantly share code, notes, and snippets.

@wongster80
Created February 6, 2018 20:23
Show Gist options
  • Save wongster80/1ebce111196d2c19a6dcf566c4f29b7c to your computer and use it in GitHub Desktop.
Save wongster80/1ebce111196d2c19a6dcf566c4f29b7c to your computer and use it in GitHub Desktop.
Salt-ssh command:
salt-ssh host1 state.sls mysql --extra-filerefs=salt://common/vars.sls -l debug
TemplateNotFound: common/vars.sls
; line 4
---
# Salt state for MySQL
# Loading common Salt state variables
{% from 'common/vars.sls' import FQDN, CLASS with context %} <======================
include:
- common.vars
{% set APP_NAME = 'mysql' %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment