Properly recognize foreman.enabled

The ENABLED_VALUE must always be a string.  Thanks to @cchurch for the
suggestion.

Resolves #3632
This commit is contained in:
James Laska 2016-10-07 09:50:18 -04:00
parent 5881736769
commit 77a56b3dfd

View File

@ -679,7 +679,7 @@ OPENSTACK_INSTANCE_ID_VAR = 'openstack.id'
# ----- Foreman -----
# ---------------------
SATELLITE6_ENABLED_VAR = 'foreman.enabled'
SATELLITE6_ENABLED_VALUE = True
SATELLITE6_ENABLED_VALUE = 'True'
SATELLITE6_GROUP_FILTER = r'^.+$'
SATELLITE6_HOST_FILTER = r'^.+$'
SATELLITE6_EXCLUDE_EMPTY_GROUPS = True