fix 🔑 in Gitlab markdown
This commit is contained in:
parent
0250f57b82
commit
eedc5eef88
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
* [apt::preseeded_package](#apt-preseeded_package)
|
||||
* [apt::sources_list](#apt-sources_list)
|
||||
* [apt::key](#apt-key)
|
||||
* [apt::key::plain](#apt-key-plain)
|
||||
* [`apt::key::plain`](#apt-key-plain)
|
||||
* [apt::upgrade_package](#apt-upgrade_package)
|
||||
* [Resources](#ressources)
|
||||
* [File\['apt_config'\]](#fileapt_config)
|
||||
|
@ -558,7 +558,7 @@ use `apt::key::plain`.
|
|||
The `.gpg` extension is compulsory for `apt` to pickup the key properly.
|
||||
|
||||
|
||||
## apt::key::plain<a name="apt-key-plain"></a>
|
||||
## `apt::key::plain`<a name="apt-key-plain"></a>
|
||||
|
||||
Deploys a secure apt OpenPGP key. This usually accompanies the
|
||||
sources.list snippets above for third party repositories. For example,
|
||||
|
|
Loading…
Reference in a new issue