From 3e16412451f90a994675838d8a16589575da9920 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sat, 6 Nov 2021 11:51:25 +0100 Subject: [PATCH] . --- doc/salt-states.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/salt-states.md b/doc/salt-states.md index b84a2b6..ca0b620 100644 --- a/doc/salt-states.md +++ b/doc/salt-states.md @@ -1,5 +1,5 @@ # Components - Salt States - - [chrony](#chrony) +- [chrony](#chrony) - [dnsmasq](#dnsmasq) - [docker](#docker) - [firewalld](#firewalld) @@ -63,9 +63,8 @@ hostapd: ``` ## hosts -Configures the hostname and `/etc/hosts`file so [dnsmasq](#dnsmask) has correct information +Configures the hostname and `/etc/hosts` file so [dnsmasq](#dnsmasq) has correct information - ### mariadb Installs and configures mariadb, [rmt](#rmt) needs a database ```