From: Tom Hughes Date: Tue, 28 Jan 2020 18:40:41 +0000 (+0000) Subject: Set directory for MTA-STS policy files X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/99f72e0ddbd36942cffa1b67c989505886412754 Set directory for MTA-STS policy files --- diff --git a/cookbooks/exim/recipes/default.rb b/cookbooks/exim/recipes/default.rb index b250045d2..8489bc2d1 100644 --- a/cookbooks/exim/recipes/default.rb +++ b/cookbooks/exim/recipes/default.rb @@ -103,6 +103,7 @@ if node[:exim][:smarthost_name] apache_site "mta-sts.#{primary_domain}" do template "apache-mta-sts.erb" + directory "/srv/mta-sts.#{primary_domain}" variables :domains => domains end end