- Refactor top.sls to remove the 'sudo' state and add the 'packages' state. - Add packages/init.sls file to install the 'bash' package.
9 lines
79 B
Plaintext
9 lines
79 B
Plaintext
base:
|
|
'*':
|
|
- users
|
|
- sudo
|
|
- ssh
|
|
- docker
|
|
- packages
|
|
|