Skip to content

Instantly share code, notes, and snippets.

@silenius
Last active August 23, 2017 08:51
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 silenius/393a11962c498299e16e43345804b89e to your computer and use it in GitHub Desktop.
Save silenius/393a11962c498299e16e43345804b89e to your computer and use it in GitHub Desktop.
==pillar/top.sls==
'somemachine':
- foo
- foo.modules
- foo.sites
VS
==pillar/top.sls==
'somemachine':
- foo.somemachine
==pillar/foo/somemachine.sls==
include:
- foo
- foo.modules
- foo.sites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment