once more - with feeling

This commit is contained in:
Seth Vidal 2013-06-03 15:32:08 +00:00
parent 883667891d
commit 4f4faa844d

View file

@ -558,13 +558,8 @@ SUSPSCAN_THRESH=200
# specified, then RKH will assume the O/S release information is on the # specified, then RKH will assume the O/S release information is on the
# first non-blank line of the file. # first non-blank line of the file.
# #
{% if is_fedora == 'True' %}
# {{ is_fedora }} # {{ is_fedora }}
OS_VERSION_FILE=/etc/fedora-release OS_VERSION_FILE=/etc/{{ ansible_distribution }}-release
{% else %}
# {{ is_fedora }}
OS_VERSION_FILE=/etc/redhat-release
{% endif %}
# #
# The following two options can be used to whitelist files and directories # The following two options can be used to whitelist files and directories