2
0

Fix reactor examples

This commit is contained in:
Javier Bértoli 2017-05-22 20:52:48 -03:00
parent 561eb4c5c8
commit 3a1e7ad9f9

View File

@ -182,7 +182,7 @@ salt:
# They override reactors configured in # They override reactors configured in
# 'salt:reactors' or the old 'salt:reactor' parameters # 'salt:reactors' or the old 'salt:reactor' parameters
reactors: reactors:
- 'master/deploy': - 'minion/deploy':
- /srv/salt/reactors/deploy.sls - /srv/salt/reactors/deploy.sls
# salt cloud config # salt cloud config
@ -260,7 +260,7 @@ salt:
pub: | pub: |
........... ...........
# These reactors will be configured both to the minion and the master # These reactors will be configured both in the minion and the master
reactors: reactors:
- 'deploy': - 'deploy':
- /srv/salt/reactors/deploy.sls - /srv/salt/reactors/deploy.sls