doc update for blacklistpkgs

blacklistpkgs supports a list of package names only.

This updates the documentation to match the current functionality.

Change-Id: Ic6f586aa89773ea22e9bf54610ea968243583ac5
This commit is contained in:
Sphicas, Phil (ps3910) 2019-11-26 15:58:50 -08:00
parent 010b5c6c03
commit 0576ecde4b
1 changed files with 2 additions and 2 deletions

View File

@ -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::