12345678910111213141516171819202122 |
- #
- # FFHO Gateways specific stuff
- #
- # include ffho stuff (ffho.id_rsa)
- include:
- - ffho_base
- # publish blacklist
- /etc/fastd/peers-blacklist:
- file.managed:
- - source: salt://fastd/peers-blacklist
- - user: root
- - group: root
- - mode: 644
- /etc/fastd/verify-peer.sh:
- file.managed:
- - source: salt://fastd/verify-peer.sh
- - user: root
- - group: root
- - mode: 744
|