From be9c0196e0cab34ff34707f872d9c47fd9e29e7d Mon Sep 17 00:00:00 2001
From: Dennis Ahrens <dennis.ahrens@hs-hannover.de>
Date: Thu, 28 Apr 2016 15:39:14 +0200
Subject: [PATCH] Exclude squeeze from locale

---
 hshbase/locale.sls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hshbase/locale.sls b/hshbase/locale.sls
index 0940148..8458b67 100644
--- a/hshbase/locale.sls
+++ b/hshbase/locale.sls
@@ -1,6 +1,6 @@
 {% from "hshbase/map.jinja" import hshbase with context %}
 
-{% if grains['os'] in ('Debian', 'Ubuntu') %}
+{% if grains['os'] in ('Debian', 'Ubuntu') and grains['oscodename'] != 'squeeze' %}
 locales:
   pkg.installed
 
-- 
GitLab