소스 검색

Replace reference to slspath with the complete URL of the source file

Without this change, importing map.jinja in config files (as opposed to
SLS files) causes a rendering error because `slspath` isn't defined.
The `salt_settings.key_url` variable gets used only in
`salt/pkgrepo/debian/init.sls`.
tags/v0.57.0
Matthew X. Economou 8 년 전
부모
커밋
abe9b91e66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      salt/map.jinja

+ 1
- 1
salt/map.jinja 파일 보기

@@ -11,7 +11,7 @@ that differ from whats in defaults.yaml
{% set os_family_map = salt['grains.filter_by']({
'Debian': {
'pkgrepo': 'deb http://debian.saltstack.com/debian ' + salt['grains.get']('oscodename') + '-saltstack main',
'key_url': 'salt://' + slspath + '/saltstack.gpg',
'key_url': 'salt://salt/pkgrepo/debian/saltstack.gpg',
'libgit2': 'libgit2-22',
'gitfs': {
'pygit2': {

Loading…
취소
저장