Skip to content

Commit 4463a29

Browse files
committed
Install dependent packages all in one go
This is much faster than installing them separately.
1 parent c6b1d3b commit 4463a29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

recipes/default.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
end
4646

4747
# Install required packages for Gitlab
48-
node['gitlab']['packages'].each do |pkg|
49-
package pkg
50-
end
48+
package node['gitlab']['packages']
5149

5250
# Add a git user for Gitlab
5351
user node['gitlab']['user'] do

0 commit comments

Comments
 (0)