Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — Router — CARP
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
/etc/rc.conf.d/netif/carp:
file.managed:
- source: salt://roles/router/carp/files/carp.rc
- template: jinja
- context:
carp_entries: {{ salt['node.get_carp_entries']() }}
- mode: '0644'
/boot/loader.conf.d/carp.conf:
file.managed:
- source: salt://roles/router/carp/files/carp.conf
- mode: '0644'

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 14, 08:47 (18 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4071577
Default Alt Text
init.sls (652 B)

Event Timeline