mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-12-24 17:42:19 +00:00
rearrange example states
This commit is contained in:
parent
a504eeef33
commit
3f24eb3123
3 changed files with 8 additions and 2 deletions
|
@ -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
6
srv/salt/nginx/init.sls
Normal file
|
@ -0,0 +1,6 @@
|
|||
nginx:
|
||||
pkg.installed: []
|
||||
service.running:
|
||||
- require
|
||||
- pkg: nginx
|
||||
|
Loading…
Reference in a new issue