Skip to content

Commit

Permalink
Revert "Add support for GitPython and salt-ssh on FreeBSD masters"
Browse files Browse the repository at this point in the history
This reverts commit b03831c.
  • Loading branch information
iggy committed Jul 20, 2015
1 parent f9cb912 commit ed3ab22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion salt/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ salt:
salt_api: salt-api
salt_ssh: salt-ssh

python_git: python-git
python_cherrypy: python-cherrypy
python_tornado: python-tornado

Expand Down
3 changes: 1 addition & 2 deletions salt/gitfs/gitpython.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ GitPython:
{% else %}
python-git:
pkg.installed:
- name: {{ salt_settings['python_git'] }}
pkg.installed
{% endif %}
2 changes: 0 additions & 2 deletions salt/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ that differ from whats in defaults.yaml
'salt_syndic': 'py27-salt',
'salt_cloud': 'py27-salt',
'salt_api': 'py27-salt',
'salt_ssh': 'py27-salt',
'python_git': 'py27-GitPython',
'config_path': '/usr/local/etc/salt',
'minion_service': 'salt_minion',
'master_service': 'salt_master',
Expand Down

0 comments on commit ed3ab22

Please sign in to comment.