Skip to content

Instantly share code, notes, and snippets.

Created July 16, 2015 19:20
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 anonymous/2c95977aabbdd6236652 to your computer and use it in GitHub Desktop.
Save anonymous/2c95977aabbdd6236652 to your computer and use it in GitHub Desktop.
Code in init.sls:
create-db:
taurus:
mysql_database.present:
- name: taurus
taurus_collectors:
mysql_database.present:
- name: taurus_collectors
Error:
$ sudo salt '*' state.sls my-test
minion-id:
Data failed to compile:
----------
State 'create-db' in SLS 'my-test' is not formed as a list
----------
State 'create-db' in SLS 'my-test' is not formed as a list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment