fix map.jinja
add missing comas
This commit is contained in:
parent
6622d177bf
commit
5c3dc73f2a
@ -62,8 +62,8 @@ that differ from whats in defaults.yaml
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'pkgrepo': 'https://repo.saltstack.com/yum/redhat/$releasever/$basearch/' + salt_release
|
'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'
|
'key_url': 'https://repo.saltstack.com/yum/redhat/$releasever/$basearch/' + salt_release + '/SALTSTACK-GPG-KEY.pub',
|
||||||
'pygit2': salt['grains.filter_by']({
|
'pygit2': salt['grains.filter_by']({
|
||||||
'Fedora': 'python2-pygit2',
|
'Fedora': 'python2-pygit2',
|
||||||
'default': 'python-pygit2',
|
'default': 'python-pygit2',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user