Skip to content
Snippets Groups Projects
Commit 7d70e586 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Locales should only apply on debian for now

parent e9e25e6e
Branches
No related tags found
No related merge requests found
{% from "hshbase/map.jinja" import hshbase with context %} {% from "hshbase/map.jinja" import hshbase with context %}
{% if grains['os'] in ('Debian', 'Ubuntu') %}
locales: locales:
pkg.installed pkg.installed
...@@ -19,3 +20,9 @@ hshbase_locale_{{ loop.index }}: ...@@ -19,3 +20,9 @@ hshbase_locale_{{ loop.index }}:
- name: {{ locale }} - name: {{ locale }}
{% endfor %} {% endfor %}
{% elif grains['os'] == 'FreeBSD' %}
{# TODO: Should we do that? #}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment