]> git.openstreetmap.org Git - chef.git/commitdiff
Set directory for MTA-STS policy files
authorTom Hughes <tom@compton.nu>
Tue, 28 Jan 2020 18:40:41 +0000 (18:40 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 28 Jan 2020 18:42:50 +0000 (18:42 +0000)
cookbooks/exim/recipes/default.rb

index b250045d2d8fa9ee9a901baf912f08779da76aae..8489bc2d15fcd5f0a5d7139f346e09954cf46ce3 100644 (file)
@@ -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