Skip to content

Commit

Permalink
added owner and group
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinwise committed Apr 20, 2015
1 parent 39971a1 commit abdef84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/install_binary.rb
Expand Up @@ -26,7 +26,8 @@
path archive.path
extract_to Chef::Consul.install_path(node)
extract_options :no_overwrite

owner node['consul']['service_user']
group node['consul']['service_user']
action :extract
end

Expand Down

0 comments on commit abdef84

Please sign in to comment.