Added link targets to a few requisite types

This commit is contained in:
Seth House 2014-08-05 18:50:59 -04:00
parent 20dd4b42de
commit b224efc0d2

View File

@ -76,6 +76,8 @@ Each direct requisite also has a corresponding requisite_in: ``require_in``,
All of the requisites define specific relationships and always work with the
dependency logic defined above.
.. _requisites-require:
require
~~~~~~~
@ -103,6 +105,8 @@ including the sls file and then setting a state to ``require`` the included sls
- require:
- sls: foo
.. _requisites-watch:
watch
~~~~~
@ -186,6 +190,8 @@ to Salt ensuring that the service is running.
- name: /etc/ntp.conf
- source: salt://ntp/files/ntp.conf
.. _requisites-prereq:
prereq
~~~~~~