diff options
| -rw-r--r-- | chef_apply.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chef_apply.rb b/chef_apply.rb index a2df3d2..c7d7667 100644 --- a/chef_apply.rb +++ b/chef_apply.rb @@ -5,7 +5,8 @@ package [ 'curl', 'git-core', 'libsqlite3-dev', - 'sqlite3' + 'mongodb', + 'sqlite3', ] bash "install postgres" do |
