updated paulbsd-salt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-07-07 23:04:46 +02:00
parent b21f0b87f7
commit 26d56364d0
2 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,7 @@ states
├── firefox ├── firefox
├── fuelprices ├── fuelprices
├── g2g ├── g2g
├── geoip
├── git ├── git
├── gitea ├── gitea
├── go-aptproxy ├── go-aptproxy
@ -58,6 +59,7 @@ states
├── kubernetes ├── kubernetes
├── lego ├── lego
├── locale ├── locale
├── logrotate
├── maildb ├── maildb
├── mariadb ├── mariadb
├── micromdm ├── micromdm
@ -106,6 +108,7 @@ states
├── telegraf ├── telegraf
├── telegram ├── telegram
├── tests ├── tests
├── thunderbird
├── time ├── time
├── tmux ├── tmux
├── tor ├── tor

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
tree states -L 1 | grep -v -E "(\.sls|_states|_modules|_runners|old)" | head -n -2 tree states -L 1 | grep -v -E "(\.sls|_states|_modules|_runners|_tops|old)" | head -n -2