Overwrite `loki`.
This commit is contained in:
parent
00cd4e09a8
commit
a90c819639
|
@ -40,7 +40,7 @@ if result.exit_status != 0
|
||||||
mode '755'
|
mode '755'
|
||||||
end
|
end
|
||||||
|
|
||||||
execute "unzip -d #{node['loki']['storage']} #{TMP}"
|
execute "unzip -d #{node['loki']['storage']} -o #{TMP}"
|
||||||
|
|
||||||
# Change Owner and Permissions:
|
# Change Owner and Permissions:
|
||||||
file "#{node['loki']['storage']}loki-linux-amd64" do
|
file "#{node['loki']['storage']}loki-linux-amd64" do
|
||||||
|
|
Loading…
Reference in New Issue