Ver código fonte

Ubuntu 22.04 support (#234)

Signed-off-by: M. David Bennett <mdavidbennett@syntheticworks.com>
pull/235/head
M. David Bennett 1 ano atrás
pai
commit
975b55ec67
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      linux/map.jinja

+ 3
- 0
linux/map.jinja Ver arquivo

@@ -119,6 +119,9 @@
'sid': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
},
'jammy': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
},
}, grain='oscodename', merge=salt['pillar.get']('linux:system'))) %}

{% set banner = salt['grains.filter_by']({

Carregando…
Cancelar
Salvar