Skip to content

Commit

Permalink
fix map.jinja
Browse files Browse the repository at this point in the history
add missing comas
  • Loading branch information
kakwa authored May 31, 2017
1 parent 6622d17 commit 5c3dc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5c3dc73

Please sign in to comment.