Skip to content

Instantly share code, notes, and snippets.

@edencrane
Created September 12, 2016 20:04
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 edencrane/d1e9683bf43608af4f00cebc95b3a952 to your computer and use it in GitHub Desktop.
Save edencrane/d1e9683bf43608af4f00cebc95b3a952 to your computer and use it in GitHub Desktop.
top.sls:
'webserver*':
- ntp
#WORKS GREAT WHEN I RUN:
salt "webserver1" state.apply
-------------------------------------------------------------------------
top.sls:
'webserver*':
- ntp
'webserver1*':
- test.ping
#FAILS WITH ERROR
salt "webserver1" state.apply
ERROR:
webserver1.mydomain.com
----------
ID: states
Function: no.None
Result: False
Comment: No Top file or external nodes data matches found.
Started:
Duration:
Changes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment