From 6c9815cee09347ff71eea8b3115feca01c7c0f2b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 11 Oct 2022 13:42:46 +1100 Subject: 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 --- doc/source/howtos/nodepool_static.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1