Skip to content

Commit

Permalink
add default values for SUSE osfamily (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap authored and aboe76 committed Nov 20, 2017
1 parent 01564c3 commit 3fd9b09
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion salt/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,18 @@ that differ from whats in defaults.yaml
'gitfs_provider': 'pygit2'
},
},
'Suse': {},
'Suse': {
'pygit2': 'python-pygit2',
'pyinotify': 'python-pyinotify',
'gitfs': {
'pygit2': {
'install_from_source': False,
},
},
'master': {
'gitfs_provider': 'pygit2'
},
},
'Gentoo': {
'salt_master': 'app-admin/salt',
'salt_minion': 'app-admin/salt',
Expand Down

0 comments on commit 3fd9b09

Please sign in to comment.