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

Make sure python3- packages get installed, removed python-psutil

parent 83827fe1
No related branches found
No related tags found
No related merge requests found
# Always ships this packages - we need them for grains # 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' %} {% if grains['os'] == 'Debian' and grains['oscodename'] != 'squeeze' or grains['os'] == 'Ubuntu' %}
hsh_python_packages_salt: hsh_python_packages_salt:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
- python-netifaces - python-netifaces
- python-psutil - python3-netifaces
{% elif grains['os'] == 'FreeBSD' %} {% elif grains['os'] == 'FreeBSD' %}
hsh_python_packages_salt: hsh_python_packages_salt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment