Created
February 6, 2018 20:23
-
-
Save wongster80/1ebce111196d2c19a6dcf566c4f29b7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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