Select Git revision
milter.spec
-
Stuart Gathman authoredStuart Gathman authored
packages.sls 354 B
# Always install these packages
{% if grains['os'] in ['Debian', 'Ubuntu'] %}
hsh_common_packages_salt:
pkg.installed:
- pkgs:
- git
- rsync
- nload
- etckeeper
- lsof
- traceroute
- vim
{% elif grains['os'] == 'FreeBSD' %}
hsh_common_packages_salt:
pkg.installed:
- pkgs:
- lsof
{% endif %}