Skip to content
Snippets Groups Projects
Commit 785385bc authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Add state for generic packages

parent 441564ae
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
# Include all submodules by default - they ca be disable in pillar, if necessary
include:
- .packages
- .pythonpackages
- .apt
- .openvmtools
......
# Always ships this packages - we need them for grains
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
hsh_python_packages_salt:
pkg.installed:
- pkgs:
- git
- rsync
- top
- nload
- etckeeper
- lsof
- traceroute
{% elif grains['os'] == 'FreeBSD' %}
hsh_python_packages_salt:
pkg.installed:
- pkgs:
- git
- rsync
- top
- nload
- etckeeper
- lsof
- traceroute
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment