summaryrefslogtreecommitdiffstats
path: root/salt/profile/netcup_failover/init.sls
blob: c4d5679d15b6cb6ec9f346986e5fbf2fec53303f (plain)
1
2
3
4
5
6
7
8
9
10
include:
  - profile.keepalived_script_user

/usr/local/bin/failover:
  file.managed:
    - user: keepalived_script
    - group: wheel
    - mode: 750
    - template: jinja
    - source: salt://{{ slspath }}/files/failover.sh.j2