diff --git a/apache/vhosts/cleanup.sls b/apache/vhosts/cleanup.sls index e6b3dec..25260cb 100644 --- a/apache/vhosts/cleanup.sls +++ b/apache/vhosts/cleanup.sls @@ -26,7 +26,7 @@ include: a2dissite {{ filename }}: cmd.run: - - onlyif: "test -L {{ dirpath}}/{{ filename }} || test -f {{ dirpath}}/{{ filename }}" + - onlyif: "test -L {{ dirpath }}/{{ filename }} || test -f {{ dirpath }}/{{ filename }}" - watch_in: - module: apache-reload - require_in: