Browse Source

fix map.jinja

add missing comas
master
Carpentier Pierre-Francois 7 years ago
parent
commit
5c3dc73f2a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      salt/map.jinja

+ 2
- 2
salt/map.jinja View File

}, },
}, },
'RedHat': { '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']({ 'pygit2': salt['grains.filter_by']({
'Fedora': 'python2-pygit2', 'Fedora': 'python2-pygit2',
'default': 'python-pygit2', 'default': 'python-pygit2',

Loading…
Cancel
Save