diff --git a/cluster/saltbase/salt/kube-node-unpacker/init.sls b/cluster/saltbase/salt/kube-node-unpacker/init.sls index 868271eadee..d5394f76fd5 100644 --- a/cluster/saltbase/salt/kube-node-unpacker/init.sls +++ b/cluster/saltbase/salt/kube-node-unpacker/init.sls @@ -25,7 +25,8 @@ kube-proxy-tar: # Super annoying, the salt version on GCE is old enough that 'salt.cmd.run' # isn't supported {% if grains.cloud is defined and grains.cloud == 'aws' %} - {% set is_helium = salt.cmd.run('salt --version | grep -c Helium') %} + # Salt has terrible problems with systemd on AWS too + {% set is_helium = '0' %} {% endif %} # Salt Helium doesn't support systemd modules for service running {% if pillar.get('is_systemd') and is_helium == '0' %}