one more try for booleans in jinja templates
This commit is contained in:
parent
cc78942c8a
commit
f37e88ef86
1 changed files with 2 additions and 1 deletions
|
@ -558,7 +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 %}
|
||||
{% if is_fedora == 'True' %}
|
||||
# {{ is_fedora }}
|
||||
OS_VERSION_FILE=/etc/fedora-release
|
||||
{% else %}
|
||||
OS_VERSION_FILE=/etc/redhat-release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue