Update defaults.py

This commit is contained in:
dejongm 2021-01-07 10:27:03 -05:00 committed by GitHub
parent e640bde42c
commit 8cae728ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -718,10 +718,10 @@ TOWER_INSTANCE_ID_VAR = 'remote_tower_id'
# ---------------------
# ----- Foreman -----
# ---------------------
SATELLITE6_ENABLED_VAR = 'foreman.enabled'
SATELLITE6_ENABLED_VAR = 'foreman_enabled'
SATELLITE6_ENABLED_VALUE = 'True'
SATELLITE6_EXCLUDE_EMPTY_GROUPS = True
SATELLITE6_INSTANCE_ID_VAR = 'foreman.id'
SATELLITE6_INSTANCE_ID_VAR = 'foreman_id'
# SATELLITE6_GROUP_PREFIX and SATELLITE6_GROUP_PATTERNS defined in source vars
# ---------------------