We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If apache:manage_service_states is set to False, then the formula fails to compile.
apache:manage_service_states
False
This if block results in a dangling state id: https://github.com/saltstack-formulas/apache-formula/blob/v1.2.2/apache/service/running.sls#L14
It appears this file has been broken since it was introduced in 47818fc. The previous code in init.sls worked differently.
init.sls
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
apache:manage_service_states
is set toFalse
, then the formula fails to compile.This if block results in a dangling state id:
https://github.com/saltstack-formulas/apache-formula/blob/v1.2.2/apache/service/running.sls#L14
It appears this file has been broken since it was introduced in 47818fc.
The previous code in
init.sls
worked differently.The text was updated successfully, but these errors were encountered: