diff --git a/apache/mod_ssl.sls b/apache/mod_ssl.sls index 45667f9..affd084 100644 --- a/apache/mod_ssl.sls +++ b/apache/mod_ssl.sls @@ -33,6 +33,13 @@ mod_ssl: - watch_in: - module: apache-restart +{{ apache.confdir }}/ssl.conf: + file.absent: + - require: + - pkg: apache + - watch_in: + - service: apache + {% elif grains['os_family']=="FreeBSD" %} include: