X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7232e254f790608c959455fb1b7c4f2b8c13b7ab..0c902163b44774cd7f983fe99b1a1edb3600f6e7:/cookbooks/taginfo/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 7c31b3d33..9fa2d7f99 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -116,7 +116,7 @@ node[:taginfo][:sites].each do |site| execute "compile_taginfo_tools" do action :nothing - owner "taginfo" + user "taginfo" group "taginfo" cwd "#{directory}/build" command "cmake #{directory}/taginfo-tools && make"