Skip to content

Commit

Permalink
Minor cleanups and add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Anderson <[email protected]>
  • Loading branch information
markan committed Jun 3, 2019
1 parent 86b8d4f commit 6f2f323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus/files/private-chef-cookbooks/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://supermarket.chef.io'

cookbook 'enterprise', git: 'https://github.com/chef-cookbooks/enterprise-chef-common', tag: 'v0.15.1'
cookbook 'private-chef', path: './private-chef'
cookbook 'runit', '>= 5.1.1'
cookbook 'runit' # we use the version locked in enterprise-chef-common
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
control ['t']
end

#
# This is delayed because we sometimes need to restart oc_erchef and other clients to release the connections and allow a restart.
#
private_chef_pg_cluster postgresql_data_dir do
notifies :restart, 'component_runit_service[postgresql]', :delayed if is_data_master?
end
Expand Down

0 comments on commit 6f2f323

Please sign in to comment.