Skip to content
Snippets Groups Projects
Commit 3a1e7ad9 authored by Javier Bértoli's avatar Javier Bértoli
Browse files

Fix reactor examples

parent 561eb4c5
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ salt: ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment