diff --git a/hshbase/locale.sls b/hshbase/locale.sls index c2b9e06adadbd6e5df9b2c93baacf7027f243dd5..094014871d626f29f8b4ed03f2ac7bf00ed84f26 100644 --- a/hshbase/locale.sls +++ b/hshbase/locale.sls @@ -1,5 +1,6 @@ {% from "hshbase/map.jinja" import hshbase with context %} +{% if grains['os'] in ('Debian', 'Ubuntu') %} locales: pkg.installed @@ -19,3 +20,9 @@ hshbase_locale_{{ loop.index }}: - name: {{ locale }} {% endfor %} + +{% elif grains['os'] == 'FreeBSD' %} + +{# TODO: Should we do that? #} + +{% endif %}