Newer
Older
{% from "hshbase/map.jinja" import hshbase with context %}
# Include all submodules by default - they ca be disable in pillar, if necessary
- .locale
# Always ships this packages - we need them for grains
{% if grains['os'] == 'Debian' and grains['oscodename'] != 'squeeze' or grains['os'] == 'Ubuntu' %}
salt-python-packages:
pkg.installed:
- pkgs:
- python-netifaces
- python-psutil
{% elif grains['os'] == 'FreeBSD' %}
salt-python-packages:
pkg.installed:
- pkgs:
- net/py-netifaces
- py27-psutil
{% endif %}