Skip to content
Snippets Groups Projects
Commit 4f794191 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Forgot to enable sources.list for bookworm

parent 848b5f3d
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ include: ...@@ -6,7 +6,7 @@ include:
- .pkgs - .pkgs
# control /apt/sources.list and apt.sources.list.d on ubuntu and debian # control /apt/sources.list and apt.sources.list.d on ubuntu and debian
{% if grains['os'] == 'Debian' and grains['oscodename'] in ['stretch', 'buster', 'bullseye'] {% if grains['os'] == 'Debian' and grains['oscodename'] in ['stretch', 'buster', 'bullseye', 'bookworm']
or grains['os'] == 'Ubuntu' and grains['oscodename'] in ['trusty', 'xenial', 'bionic'] %} or grains['os'] == 'Ubuntu' and grains['oscodename'] in ['trusty', 'xenial', 'bionic'] %}
hsh_apt_sources_list: hsh_apt_sources_list:
file.managed: file.managed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment