From 4da54dd8dec5cf6066a3bcd877880a0ba56fee73 Mon Sep 17 00:00:00 2001 From: Gary Waters Date: Wed, 12 Apr 2017 14:45:00 -0700 Subject: [PATCH] in RH, vhosts.d doesnt exisit, this makes it --- apache/init.sls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apache/init.sls b/apache/init.sls index 9731c5b..c3e170e 100644 --- a/apache/init.sls +++ b/apache/init.sls @@ -14,6 +14,10 @@ apache: - name: {{ apache.service }} - enable: True +{{ apache.vhostdir }}: + file.directory: + - makedirs: True + # The following states are inert by default and can be used by other states to # trigger a restart or reload as needed. apache-reload: