once more - with feeling
This commit is contained in:
parent
883667891d
commit
4f4faa844d
1 changed files with 1 additions and 6 deletions
|
@ -558,13 +558,8 @@ SUSPSCAN_THRESH=200
|
|||
# specified, then RKH will assume the O/S release information is on the
|
||||
# first non-blank line of the file.
|
||||
#
|
||||
{% if is_fedora == 'True' %}
|
||||
# {{ is_fedora }}
|
||||
OS_VERSION_FILE=/etc/fedora-release
|
||||
{% else %}
|
||||
# {{ is_fedora }}
|
||||
OS_VERSION_FILE=/etc/redhat-release
|
||||
{% endif %}
|
||||
OS_VERSION_FILE=/etc/{{ ansible_distribution }}-release
|
||||
|
||||
#
|
||||
# The following two options can be used to whitelist files and directories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue