diff --git a/development/nautobot_config.py b/development/nautobot_config.py index 7de719fb..c0a9cd16 100644 --- a/development/nautobot_config.py +++ b/development/nautobot_config.py @@ -175,7 +175,7 @@ "postprocessing_callables": os.environ.get("POSTPROCESSING_CALLABLES", []), "postprocessing_subscribed": os.environ.get("POSTPROCESSING_SUBSCRIBED", []), "jinja_env_trim_blocks": is_truthy(os.getenv("NAUTOBOT_JINJA_ENV_TRIM_BLOCKS", True)), - "jinja_env_lstrip_blocks": is_truthy(os.getenv("NAUTOBOT_JINJA_ENV_TRIM_BLOCKS", False)), + "jinja_env_lstrip_blocks": is_truthy(os.getenv("NAUTOBOT_JINJA_ENV_LSTRIP_BLOCKS", False)), # The platform_slug_map maps an arbitrary platform slug to its corresponding parser. # Use this if the platform slug names in your Nautobot instance don't correspond exactly # to the Nornir driver names ("arista_eos", "cisco_ios", etc.).