Skip to content

Commit

Permalink
VM - Odoo - Upgrade OpenSSH to 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani committed Jul 22, 2024
1 parent 96554fe commit 289dce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vm/chef/cookbooks/odoo/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

name 'odoo'
depends 'postgresql'
depends 'openssh'
depends 'nginx'
depends 'c2d-config'
depends 'c2d-shared'
Expand Down
1 change: 1 addition & 0 deletions vm/chef/cookbooks/odoo/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

node.override['postgresql']['standalone']['allow_external'] = false

include_recipe 'openssh'
include_recipe 'postgresql::standalone_bookworm'
include_recipe 'nginx::embedded'
include_recipe 'odoo::ospo'
Expand Down

0 comments on commit 289dce9

Please sign in to comment.