From 67f1592817528efca6f5d8882f26f05c2a5c6888 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 15 Oct 2018 05:13:51 -0400 Subject: [PATCH] Update iiab-make-kiwix-lib.py --- roles/kiwix/templates/iiab-make-kiwix-lib.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/kiwix/templates/iiab-make-kiwix-lib.py b/roles/kiwix/templates/iiab-make-kiwix-lib.py index 8f993c0cb..f307ffb8d 100644 --- a/roles/kiwix/templates/iiab-make-kiwix-lib.py +++ b/roles/kiwix/templates/iiab-make-kiwix-lib.py @@ -29,13 +29,13 @@ if not IIAB_PATH in sys.path: from iiab_env import get_iiab_env # Config Files -# iiab_config_file should be in /etc/iiab/iiab.env -iiab_config_file = "{{ iiab_config_file }}" # nominally /etc/iiab/iiab.ini -# iiab_config_file = "/etc/iiab/iiab.ini" # comment out after testing +# iiab_ini_file should be in /etc/iiab/iiab.env +iiab_ini_file = "{{ iiab_ini_file }}" # nominally /etc/iiab/iiab.ini +# iiab_ini_file = "/etc/iiab/iiab.ini" # comment out after testing IIAB_INI = get_iiab_env('IIAB_INI') # future if IIAB_INI: - iiab_config_file = IIAB_INI + iiab_ini_file = IIAB_INI # Variables that should be read from config file # All of these variables will be read from config files and recomputed in init()