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

View File

@ -1,3 +1,3 @@
#!/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