apache-formula icon indicating copy to clipboard operation
apache-formula copied to clipboard

[BUG] ID apache-service-running in SLS apache.service.running is not a dictionary

Open OrangeDog opened this issue 3 years ago • 0 comments

If apache:manage_service_states is set to False, 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.

OrangeDog avatar Oct 13 '22 08:10 OrangeDog