updated tailscale state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8c5dfba833
commit
8a348d6f99
@ -1,14 +1,14 @@
|
||||
{%- import_yaml "systemd/defaults.yaml" as default_settings -%}
|
||||
{%- import_yaml "tailscale/defaults.yaml" as default_settings -%}
|
||||
|
||||
{%- import_yaml "systemd/kernelmap.yaml" as kernelmap %}
|
||||
{%- import_yaml "systemd/osarchmap.yaml" as osarchmap %}
|
||||
{%- import_yaml "tailscale/kernelmap.yaml" as kernelmap %}
|
||||
{%- import_yaml "tailscale/osarchmap.yaml" as osarchmap %}
|
||||
|
||||
{%- set defaults = salt['grains.filter_by'](default_settings,
|
||||
default='systemd',
|
||||
default='tailscale',
|
||||
merge=salt['grains.filter_by'](osarchmap, grain='osarch',
|
||||
merge=salt['grains.filter_by'](kernelmap, grain='kernel')
|
||||
)
|
||||
)
|
||||
-%}
|
||||
|
||||
{%- set systemd = salt['pillar.get']('systemd', default=defaults, merge=True) -%}
|
||||
{%- set tailscale = salt['pillar.get']('tailscale', default=defaults, merge=True) -%}
|
||||
|
Loading…
Reference in New Issue
Block a user