apache_conf

Manage Apache Confs

Added 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
saltext.apache.states.apache_conf.__virtual__()[source]

Only load if a2enconf is available.

saltext.apache.states.apache_conf.enabled(name)[source]

Ensure an Apache conf is enabled.

name

Name of the Apache conf

saltext.apache.states.apache_conf.disabled(name)[source]

Ensure an Apache conf is disabled.

name

Name of the Apache conf