Files
benchmark-states/states/top.sls
T

13 lines
301 B
Plaintext

base:
## Common stuff
'*':
# base system configuration; these need to run early and in a specific order
- timezone
- chrony
- openssh
- openssh.banner
- openssh.config
- vim
# keep this at the end of the common stuff since these are one-off installs
- packages