diff --git a/hshbase/apt/init.sls b/hshbase/apt/init.sls index 6f6d55b8e84da3f82a55ae66e1e17031f66caf22..ed1b155cfe799500e69a0cdb70ed53f04046ef8e 100644 --- a/hshbase/apt/init.sls +++ b/hshbase/apt/init.sls @@ -6,7 +6,7 @@ include: - .pkgs # 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'] %} hsh_apt_sources_list: file.managed: