Skip to content

Commit

Permalink
Update vendored cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
joe4dev committed Aug 16, 2018
1 parent 65b8f2d commit 6467716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@
default['cwb-server']['chef']['server_url'] = "https://#{server_host}:443/organizations/#{organisation}"

# Chef VM provisioning
default['cwb-server']['chef']['omnibus_chef_version'] = '12.14.60'
# Chef client versions: https://docs.chef.io/release_notes.html
# Notice that CWB is currently not yet compatible with Chef 13 and 14
# https://github.com/sealuzh/cwb-benchmarks/issues/20
default['cwb-server']['chef']['omnibus_chef_version'] = '12.22.3'
default['cwb-server']['chef']['provisioning_path'] = '/etc/chef'

## Providers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ def bundle(cmd, opts = {})
end
end
# TODO: Think about graceful restart for currently running worker processes!
restart_command "sudo systemctl restart #{app['name']}.target"
restart_command "sudo systemctl daemon-reload && sudo systemctl restart #{app['name']}.target"
end

0 comments on commit 6467716

Please sign in to comment.