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.
This commit is contained in:
parent
3d68e5cac9
commit
af18c4a940
5
packages/init.sls
Normal file
5
packages/init.sls
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
packages:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- bash
|
Loading…
x
Reference in New Issue
Block a user