diff --git a/apache/vhosts/standard.sls b/apache/vhosts/standard.sls index 7d117c1..8b78f0c 100644 --- a/apache/vhosts/standard.sls +++ b/apache/vhosts/standard.sls @@ -43,6 +43,7 @@ a2ensite {{ id }}{{ apache.confext }}: a2dissite {{ id }}{{ apache.confext }}: cmd: - run + - onlyif: test -f /etc/apache2/sites-enabled/{{ id }}{{ apache.confext }} - require: - file: /etc/apache2/sites-available/{{ id }}{{ apache.confext }} - watch_in: