new service domains

This commit is contained in:
2023-10-01 13:07:36 +02:00
parent b223d0ceef
commit 2ef6b1b87c
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
os:
release: bookworm

View File

@@ -3,6 +3,6 @@
# which services are available?
#
services:
{%- if grains.get('domain') in ['lan', 'wks'] %}
- apt-cache: apt-cache.lan/
{%- if grains.get('domain') in ['lan', 'wks', 'nr5', 'consul'] %}
- apt-cache: apt-cache.service.nr5/
{%- endif %}