Skip to content

Instantly share code, notes, and snippets.

Created February 17, 2015 20:22
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/6303ee399e9edf47afac to your computer and use it in GitHub Desktop.
Save anonymous/6303ee399e9edf47afac to your computer and use it in GitHub Desktop.
requisites example
jdk_install.sls:
jdk_pkg:
pkg.installed:
- name: long_ass_package_name
----------------
other_state.sls:
include:
- jkd_install
jdk_dependent_pkg:
pkg.installed:
- name: thing_that_depends_on_jdk
- require:
- pkg: jdk_pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment