mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
28 lines
340 B
YAML
28 lines
340 B
YAML
vim:
|
|
pkg:
|
|
- installed
|
|
emacs:
|
|
pkg:
|
|
- installed
|
|
nano:
|
|
pkg:
|
|
- latest
|
|
salt:
|
|
pkg:
|
|
- installed
|
|
service:
|
|
- running
|
|
- require:
|
|
- pkg: vim
|
|
- pkg: salt
|
|
- service: cron
|
|
- names:
|
|
- salt-master
|
|
- salt-minion
|
|
cron:
|
|
pkg:
|
|
- installed
|
|
service:
|
|
- running
|
|
- name: cronie
|