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

Fix conflicting id in packages.sls

parent 785385bc
No related branches found
No related tags found
No related merge requests found
# Always ships this packages - we need them for grains
# Always install these packages
{% if grains['os'] == 'Debian' or grains['os'] == 'Ubuntu' %}
hsh_python_packages_salt:
hsh_common_packages_salt:
pkg.installed:
- pkgs:
- git
......@@ -12,7 +12,7 @@ hsh_python_packages_salt:
- traceroute
{% elif grains['os'] == 'FreeBSD' %}
hsh_python_packages_salt:
hsh_common_packages_salt:
pkg.installed:
- pkgs:
- git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment