Select Git revision
-
lennart.kramer authored
since prebuilts are available anyway
lennart.kramer authoredsince prebuilts are available anyway
To learn more about this project, read the wiki.
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 %}