Rename roots to states
This commit renames the roots directory to states because it contains salt states.
This commit is contained in:
parent
cade234963
commit
3fd146215f
34 changed files with 0 additions and 0 deletions
9
states/postgresql-server/init.sls
Normal file
9
states/postgresql-server/init.sls
Normal file
|
@ -0,0 +1,9 @@
|
|||
locales-all:
|
||||
pkg.installed
|
||||
|
||||
postgresql:
|
||||
pkg:
|
||||
- installed
|
||||
service.running:
|
||||
- require:
|
||||
- pkg: postgresql
|
Loading…
Add table
Add a link
Reference in a new issue