Skip to content

Commit

Permalink
various cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
krombel committed Dec 12, 2020
1 parent 3d29c76 commit bc1706d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 69 deletions.
67 changes: 0 additions & 67 deletions bash/bash_aliases.root

This file was deleted.

6 changes: 5 additions & 1 deletion knot-resolver/kresd.override.socket
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ ListenDatagram={{ ipaddress["address"].split('/')[0] }}:53
ListenStream={{ ipaddress["address"].split('/')[0] }}:53
{%- endif %}
{% endfor %}
{%- set dhcp_prefixes = salt['site_prefixes.get_site_prefixes'](salt['pillar.get']('netbox:config_context:site_prefixes:netbox_token'), salt['pillar.get']('netbox:config_context:site_prefixes:netbox_url')) %}
{% set dhcp_prefixes = salt['site_prefixes.get_site_prefixes'](
salt['pillar.get']('netbox:config_context:netbox:api_url'),
salt['pillar.get']('netbox:config_context:site_prefixes:netbox_token'),
salt['pillar.get']('netbox:config_context:site_prefixes:netbox_filter')
) %}
{%- for name in dhcp_prefixes %}
{%- for ip in salt['grains.get']('ipv4') %}
{%- if salt['network.ip_in_subnet'](ip, dhcp_prefixes[name]) %}
Expand Down
1 change: 1 addition & 0 deletions nebula-meet/files/config.yml.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{%- from "nebula-meet/map.jinja" import nebula with context %}
{% do nebula.lighthouses.pop("127.0.0.1", None) %}

pki:
ca: /etc/nebula-meet/ca.crt
Expand Down
1 change: 0 additions & 1 deletion nginx/domains/apt.ffmuc.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ server {
proxy_cache_valid 200 302 3d;
proxy_cache_valid 404 1m;
proxy_cache_revalidate on;
proxy_cache_min_uses 2;
proxy_cache_use_stale timeout;
proxy_cache_lock on;
}
Expand Down

0 comments on commit bc1706d

Please sign in to comment.