ソースを参照

fix map.jinja

add missing comas
tags/v0.57.0
Carpentier Pierre-Francois 7年前
コミット
5c3dc73f2a
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      salt/map.jinja

+ 2
- 2
salt/map.jinja ファイルの表示

@@ -62,8 +62,8 @@ that differ from whats in defaults.yaml
},
},
'RedHat': {
'pkgrepo': 'https://repo.saltstack.com/yum/redhat/$releasever/$basearch/' + salt_release
'key_url': 'https://repo.saltstack.com/yum/redhat/$releasever/$basearch/' + salt_release + '/SALTSTACK-GPG-KEY.pub'
'pkgrepo': 'https://repo.saltstack.com/yum/redhat/$releasever/$basearch/' + salt_release,
'key_url': 'https://repo.saltstack.com/yum/redhat/$releasever/$basearch/' + salt_release + '/SALTSTACK-GPG-KEY.pub',
'pygit2': salt['grains.filter_by']({
'Fedora': 'python2-pygit2',
'default': 'python-pygit2',

読み込み中…
キャンセル
保存