Browse Source

Fix reactor examples

tags/v0.57.0
Javier Bértoli 7 years ago
parent
commit
3a1e7ad9f9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example View File

# 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
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

Loading…
Cancel
Save