From f47f503766f211ff47bcbdcf2c4b2578d1ed6470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sat, 7 Apr 2018 08:52:05 +0000 Subject: [PATCH] Update 'update.sls' --- update.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sls b/update.sls index 3e0c715..367d0aa 100644 --- a/update.sls +++ b/update.sls @@ -1,4 +1,4 @@ -{% if grains['kernel'] == 'linux' %} +{% if grains['kernel'] == 'Linux' %} include: - linux.update {% endif %} \ No newline at end of file