Skip to content

Instantly share code, notes, and snippets.

@rterbush
Created July 13, 2015 21:23
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 rterbush/7d0ee0dfd93a697bb5db to your computer and use it in GitHub Desktop.
Save rterbush/7d0ee0dfd93a697bb5db to your computer and use it in GitHub Desktop.
salt.state execution
[DEBUG ] Could not find file from saltenv 'revert-61-master', 'salt://top.sls'
[DEBUG ] Could not find file from saltenv 'style-short-dec', 'salt://top.sls'
[DEBUG ] Could not find file from saltenv 'base', 'salt://top.sls'
@rterbush
Copy link
Author

# /srv/salt/top.sls
base:
  proxy.*:
    - haproxy
  web.*:
    - apache
  xmpp.*:
    - openfire
  db.*:
    - postgres

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment