-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ma/update runit #1668
Ma/update runit #1668
Conversation
@@ -290,7 +290,7 @@ def generate_hash | |||
results["private_chef"]["logs"]["log_retention"] = PrivateChef["log_retention"] | |||
results["private_chef"]["logs"]["log_rotation"] = PrivateChef["log_rotation"] | |||
results["private_chef"]["dark_launch"] = PrivateChef["dark_launch"] | |||
results["private_chef"]["opscode-erchef"]["max_request_size"] = PrivateChef["opscode_erchef"]["max_request_size"] | |||
# results["private_chef"]["opscode-erchef"]["max_request_size"] = PrivateChef["opscode_erchef"]["max_request_size"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intentional?
Update: of course! Found the commit. Sorry for the noise 😉
end | ||
|
||
link postgresql_data_dir_symlink do | ||
to postgresql_data_dir | ||
not_if { postgresql_data_dir == postgresql_data_dir_symlink } | ||
end | ||
|
||
File.open("/dotfiles/node.json", "w") do |f| f.write node.to_json end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debugging code; I was trying to figure out some details of what was going on internally
6776ae5
to
33e042b
Compare
ceabaaf
to
2264337
Compare
6f2f323
to
d781fee
Compare
Signed-off-by: Mark Anderson <[email protected]>
Signed-off-by: Mark Anderson <[email protected]>
Update Berksfile to use 5.1.1 runit Use enterprise-chef-common 0.15.1 Signed-off-by: Mark Anderson <[email protected]>
Signed-off-by: Mark Anderson <[email protected]>
Description
Update to newest runit and enterprise-chef-common cookbooks. Necessary to be able to move to Chef 15. Still a bit broken, work in progress.
Built on top of ma/remove_drbd, because the new enterprise_chef_common cookbook removes some drbd/keepalived logic
Issues Resolved
[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussion that's relevant]
Check List