# don't start the docker container if it is an import node {% if grains.id.split('_')|last == 'import' %} {% set START = False %} {% else %} {% set START = True %} {% endif %}