From d99bcca7c473dc4d4b19b3b64020d28b00030044 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 4 Apr 2020 22:22:27 +0100 Subject: [PATCH] tilecache: fix file syntax --- cookbooks/tilecache/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 5e92c31fa..683a53d09 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -191,7 +191,7 @@ directory "/srv/tilecache/data" do mode 0o755 end -file "/srv/tilecache/tilecache-curl-time.txt" do +cookbook_file "/srv/tilecache/tilecache-curl-time.txt" do source "tilecache-curl-time.txt" owner "root" group "root" -- 2.39.5