From 0576ecde4b85dd19e79699a9b0975a5db529d361 Mon Sep 17 00:00:00 2001 From: "Sphicas, Phil (ps3910)" Date: Tue, 26 Nov 2019 15:58:50 -0800 Subject: [PATCH] doc update for blacklistpkgs blacklistpkgs supports a list of package names only. This updates the documentation to match the current functionality. Change-Id: Ic6f586aa89773ea22e9bf54610ea968243583ac5 --- doc/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index fc5faf2..cec486e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -129,8 +129,8 @@ There is a possibility to blacklist packages, e.g. ``telnetd`` and ``nis``:: conf: apt: blacklistpkgs: - - name: telnetd - - name: nis + - telnetd + - nis It is also possible to provide ``debconf`` settings for packages the following way::