Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — Network
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2016-06-15
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# IPv6
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
network_ipv6:
file.managed:
- name : /usr/sbin/ipv6-setup-tunnel
- source: salt://roles/core/network/files/{{ grains['id'] }}_ipv6.sh
- template: jinja
- mode: 755
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 16:12 (7 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2310995
Default Alt Text
init.sls (739 B)

Event Timeline