salt.states.apache_conf

Manage Apache Confs

New in version 2016.3.0.

Enable and disable apache confs.

Enable security conf:
  apache_conf.enabled:
    - name: security

Disable security conf:
  apache_conf.disabled:
    - name: security

salt.states.apache_conf.disabled(name)

Ensure an Apache conf is disabled.

name

Name of the Apache conf

salt.states.apache_conf.enabled(name)

Ensure an Apache conf is enabled.

name

Name of the Apache conf

© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.apache_conf.html