Menno van Leeuwen af18c4a940
Refactor top.sls and add packages/init.sls
- Refactor top.sls to remove the 'sudo' state and add the 'packages' state.
- Add packages/init.sls file to install the 'bash' package.
2024-10-27 02:21:40 +01:00

9 lines
79 B
Plaintext

base:
'*':
- users
- sudo
- ssh
- docker
- packages