summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2022-10-11 13:42:46 +1100
committerIan Wienand <iwienand@redhat.com>2022-10-11 13:42:46 +1100
commit6c9815cee09347ff71eea8b3115feca01c7c0f2b (patch)
treee12f430b19426a1f5d4d410147da3161cc069dfc
parent51aeec13e682e2341d6c65379ef558bcb4d62ee0 (diff)
downloadzuul-6c9815cee09347ff71eea8b3115feca01c7c0f2b.tar.gz
Fix typo for zuul_console_disabled flag
This was introduced with I0273993c3ece4363098e4bf30bfc4308bb69a8b4. The variable being checked is "zuul_console_disabled". Correct this in the documentation. Change-Id: Ib45ec943d4b227ba254354d116440aa521fb6b9e
-rw-r--r--doc/source/howtos/nodepool_static.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/howtos/nodepool_static.rst b/doc/source/howtos/nodepool_static.rst
index 163497bcf..11bca34e7 100644
--- a/doc/source/howtos/nodepool_static.rst
+++ b/doc/source/howtos/nodepool_static.rst
@@ -92,7 +92,7 @@ not usually a problem, but on a static node these files will persist.
In this situation, , Zuul can be instructed to not to create any spool
files for ``shell`` and ``command`` tasks via setting
-``zuul_console_disable: True`` (usually via a global host variable in
+``zuul_console_disabled: True`` (usually via a global host variable in
inventory). Live streaming of ``shell`` and ``command`` calls will of
course be unavailable in this case, but no spool files will be
created.