mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Add an example plain yaml template
This commit is contained in:
parent
901d36f327
commit
1791cc9c00
28
doc/example/templates/yaml.yml
Normal file
28
doc/example/templates/yaml.yml
Normal file
@ -0,0 +1,28 @@
|
||||
vim:
|
||||
pkg:
|
||||
- installed
|
||||
emacs:
|
||||
pkg:
|
||||
- installed
|
||||
nano:
|
||||
pkg:
|
||||
- installed
|
||||
salt:
|
||||
pkg:
|
||||
- installed
|
||||
service:
|
||||
- running
|
||||
- enabled
|
||||
- names:
|
||||
- salt-master
|
||||
- salt-minion
|
||||
butter:
|
||||
pkg:
|
||||
- installed
|
||||
cron:
|
||||
pkg:
|
||||
- installed
|
||||
service:
|
||||
- running
|
||||
- enabled
|
||||
- name: cronie
|
Loading…
Reference in New Issue
Block a user