summaryrefslogtreecommitdiffstats
path: root/salt/profile/netcup_failover/init.sls
blob: f0227e04d2d38f1ccf140fcf8c220a616e030295 (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: '0750'
    - template: jinja
    - source: salt://{{ slspath }}/files/failover.sh.j2