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:
5
packages/init.sls
Normal file
5
packages/init.sls
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
packages:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- bash
|
Reference in New Issue
Block a user