rearrange example states

This commit is contained in:
John Bowdre 2023-03-23 21:49:02 -05:00
parent a504eeef33
commit 3f24eb3123
3 changed files with 8 additions and 2 deletions

View file

@ -1,9 +1,9 @@
vim:
pkg.installed: []
pkg.installed
/etc/vimrc:
file.managed:
- source: salt://vimrc
- source: salt://edit/vimrc
- mode: 644
- user: root
- group: root

6
srv/salt/nginx/init.sls Normal file
View file

@ -0,0 +1,6 @@
nginx:
pkg.installed: []
service.running:
- require
- pkg: nginx