소스 검색

update debian 11 package names

Signed-off-by: Matthew Thode <mthode@mthode.org>
pull/225/head
Matthew Thode 3 년 전
부모
커밋
8d9050102d
No account linked to committer's email address
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. +8
    -1
      linux/map.jinja

+ 8
- 1
linux/map.jinja 파일 보기

@@ -109,7 +109,14 @@
'services': []
},
},
}, grain='os_family', merge=salt['pillar.get']('linux:system')) %}
}, merge=salt['grains.filter_by']({
'bullseye': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
},
'sid': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
},
}, grain='oscodename', merge=salt['pillar.get']('linux:system'))) %}

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

Loading…
취소
저장