Compare commits

...

2 Commits

Author SHA1 Message Date
2ef6b1b87c new service domains 2023-10-01 13:07:36 +02:00
b223d0ceef auto02 is now a bookworm 2023-08-01 17:09:01 +02:00
3 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ pki:
- rompr.chaos
os:
release: bullseye
release: bookworm
systemd:
service:

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 %}