diff options
author | Diego Castro (dscastro) <spinolacastro@gmail.com> | 2015-08-26 18:55:53 -0300 |
---|---|---|
committer | Diego Castro (dscastro) <spinolacastro@gmail.com> | 2015-08-26 18:55:53 -0300 |
commit | b08d42644b1d65b13c89a3f47b48f16eb15d2344 (patch) | |
tree | 5412c86ce9b52711d702e4ddb112334ec9d07207 /roles/openshift_facts | |
parent | 669a91dc9deaa62ddab5fa927504ce775b61744c (diff) | |
download | openshift-b08d42644b1d65b13c89a3f47b48f16eb15d2344.tar.gz openshift-b08d42644b1d65b13c89a3f47b48f16eb15d2344.tar.bz2 openshift-b08d42644b1d65b13c89a3f47b48f16eb15d2344.tar.xz openshift-b08d42644b1d65b13c89a3f47b48f16eb15d2344.zip |
Remove extra space.
Diffstat (limited to 'roles/openshift_facts')
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index e46cee145..4e0989c5f 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -319,7 +319,7 @@ def set_fluentd_facts_if_unset(facts): if 'common' in facts: deployment_type = facts['common']['deployment_type'] if 'use_fluentd' not in facts['common']: - use_fluentd = True if deployment_type == 'online' else False + use_fluentd = True if deployment_type == 'online' else False facts['common']['use_fluentd'] = use_fluentd return facts |