Skip to content
Snippets Groups Projects
Commit cec53b4e authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Do not ship python-netifaces anymore

... since we arrived on py3. FreeBSD was removedas well.
parent f452b4db
No related branches found
No related tags found
No related merge requests found
# Always ships this packages - we need them for grains
# TODO: Remove the python- versions as soon as we do not have py2 in the wild anymore
{% if grains['os'] == 'Debian' and grains['oscodename'] != 'squeeze' or grains['os'] == 'Ubuntu' %}
hsh_python_packages_salt:
pkg.installed:
- pkgs:
- python-netifaces
- python3-netifaces
{% elif grains['os'] == 'FreeBSD' %}
hsh_python_packages_salt:
pkg.installed:
- pkgs:
- net/py-netifaces
- py27-psutil
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment