Skip to content

Commit

Permalink
add default values for SUSE osfamily (saltstack-formulas#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap authored and ixs committed Mar 10, 2018
1 parent 705440d commit 6dfdbe3
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 6dfdbe3

Please sign in to comment.