- Refactor top.sls to remove the 'sudo' state and add the 'packages' state. - Add packages/init.sls file to install the 'bash' package.
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
|
packages:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- bash |