diff --git a/apache/vhosts/standard.sls b/apache/vhosts/standard.sls index 9b0f49c..0480a26 100644 --- a/apache/vhosts/standard.sls +++ b/apache/vhosts/standard.sls @@ -24,7 +24,6 @@ include: {% if site.get('DocumentRoot') != False %} {{ id }}-documentroot: file.directory: - - unless: test -d {{ documentroot }} - name: {{ documentroot }} - makedirs: True {% if site.get('DocumentRootUser') %}