Skip to content

Commit 1dec491

Browse files
committed
adds create_if_missing to remote file action
at the moment the source recipe was downloading nodejs source all the time. With this change is just downloaded the first time
1 parent f43824f commit 1dec491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/install_from_source.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
source node['nodejs']['src_url']
3434
checksum node['nodejs']['checksum']
3535
mode 0644
36+
action :create_if_missing
3637
end
3738

3839
# --no-same-owner required overcome "Cannot change ownership" bug

0 commit comments

Comments
 (0)