Skip to content

Commit 42195db

Browse files
committed
Adding Mongodb
1 parent 64fc22f commit 42195db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cookbooks/travis_ci_ubuntu_2204/recipes/mongodb.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010

1111
apt_update
1212

13-
package 'mongodb-org' do
14-
action :install
13+
execute 'install_mongodb' do
14+
command 'apt-get install -yqq \
15+
--no-install-suggests \
16+
--no-install-recommends \
17+
mongodb-org;'
1518
end
1619

1720
service 'mongodb' do

0 commit comments

Comments
 (0)