Skip to content

Instantly share code, notes, and snippets.

Created November 1, 2017 01:41
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/ab15402853c3e70b8a9c4aee6d521f26 to your computer and use it in GitHub Desktop.
Save anonymous/ab15402853c3e70b8a9c4aee6d521f26 to your computer and use it in GitHub Desktop.
nested sls files
file: /top.sls
---------
base:
'G@os:Windows':
- os_windows
'not G@os:Windows':
- os_other
---------
file: /os_windows/init.sls
------
os_windows:
'G@baseclass:desktop':
- desktop
'G@baseclass:vdi':
- vdi
------
file: /os_windows/desktop.sls
-----
#7-Zip - install Windows 7-Zip package
7zip:
'G@software:7zip':
pkg.installed:
-name: 7zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment