salt.states.apache_conf module

Manage Apache Confs

2016.3.0 新版功能.

Enable and disable apache confs.

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

Disable security conf:
    apache_conf.disable:
        - 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