]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/recipes/default.rb
Fix taginfo rule
[chef.git] / 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
-    owner "taginfo"
+    user "taginfo"
     group "taginfo"
     cwd "#{directory}/build"
     command "cmake #{directory}/taginfo-tools && make"