]> git.openstreetmap.org Git - chef.git/commitdiff
Fix taginfo rule
authorJochen Topf <jochen@topf.org>
Sun, 23 Aug 2020 19:46:32 +0000 (21:46 +0200)
committerJochen Topf <jochen@topf.org>
Sun, 23 Aug 2020 19:46:32 +0000 (21:46 +0200)
cookbooks/taginfo/recipes/default.rb

index 7c31b3d3328551963bc8c32b3156fd15639aca7e..9fa2d7f99118af484b8f141524eca3b206a6a8a6 100644 (file)
@@ -116,7 +116,7 @@ node[:taginfo][:sites].each do |site|
 
   execute "compile_taginfo_tools" do
     action :nothing
 
   execute "compile_taginfo_tools" do
     action :nothing
-    owner "taginfo"
+    user "taginfo"
     group "taginfo"
     cwd "#{directory}/build"
     command "cmake #{directory}/taginfo-tools && make"
     group "taginfo"
     cwd "#{directory}/build"
     command "cmake #{directory}/taginfo-tools && make"