I'm attempting to have a state depend on another state (state 'chaining' as outlined here)
In my example I have an include for the 'php' formula.
On line 14 of init.sls
you can see - sls: php
which is supposed to ensure that state install-pear
depends on the php
state which is derived from php.init.sls (included below for clarity).
When I execute salt foo state.highstate test=True
I receive the following:
foo: