updated README.md

This commit is contained in:
Paul 2020-12-23 15:10:05 +01:00
parent bd0c089761
commit cdf82c67e1

View File

@ -10,6 +10,7 @@ paulbsd-salt are sets of SaltStack states for PaulBSD infrastructure
### States ### States
```text ```text
states states
├── acme ├── acme
├── androidstudio ├── androidstudio
@ -42,11 +43,11 @@ states
├── ipfs ├── ipfs
├── iptables ├── iptables
├── java ├── java
├── lego
├── locale ├── locale
├── maildb ├── maildb
├── mariadb ├── mariadb
├── misc ├── misc
├── _modules
├── molotov ├── molotov
├── motd ├── motd
├── netbox ├── netbox
@ -63,6 +64,7 @@ states
├── packer ├── packer
├── php ├── php
├── pkg ├── pkg
├── pki
├── postfix ├── postfix
├── postgresql ├── postgresql
├── provision ├── provision
@ -76,13 +78,11 @@ states
├── rspamd ├── rspamd
├── rsync ├── rsync
├── rsyslog ├── rsyslog
├── _runners
├── salt_minion ├── salt_minion
├── samba ├── samba
├── sensu ├── sensu
├── services ├── services
├── ssh ├── ssh
├── _states
├── states ├── states
├── sublimetext ├── sublimetext
├── sudo ├── sudo
@ -102,6 +102,7 @@ states
├── winpkg ├── winpkg
├── wintse ├── wintse
├── youtubedl ├── youtubedl
├── zabbix
└── zsh └── zsh
``` ```