Skip to content

Instantly share code, notes, and snippets.

Created December 4, 2014 21:34
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/3119bc248642064e2023 to your computer and use it in GitHub Desktop.
Save anonymous/3119bc248642064e2023 to your computer and use it in GitHub Desktop.
root@dev salt]# salt 'dev1*' state.highstate
dev1.spe:
Data failed to compile:
----------
Pillar failed to render with the following messages:
----------
Specified SLS 'openssh.config' in environment 'base' is not available on the salt master
[root@dev salt]# cat top.sls
base:
'*':
- vim
- users
- openssh
- openssh.config
'dev*':
- git
- webserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment