From 002e934c3f9d818e59b74fdb021f93766799ea9c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 4 Apr 2020 22:19:10 +0100 Subject: [PATCH] tilecache: fix chef syntax --- cookbooks/tilecache/recipes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index bde954995..5e92c31fa 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -179,13 +179,13 @@ template "/etc/cron.d/tilecache" do mode 0o644 end -directory "/srv/tilecache" +directory "/srv/tilecache" do owner "root" group "root" mode 0o755 end -directory "/srv/tilecache/data" +directory "/srv/tilecache/data" do owner "www-data" group "www-data" mode 0o755 -- 2.39.5