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