MEschenbacher's Wireguard Saltstack Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
182B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=jinja
  3. {% import_yaml "wireguard/defaults.yaml" as defaults %}
  4. {% set wireguard = salt['grains.filter_by'](
  5. defaults,
  6. base='wireguard')
  7. %}