Prevent config files from being reverted when they are part of an unmerged PR #133
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This evening the ejabberd config file was reverted when we upgraded Mastodon on andromeda, because #132 is not merged and I didn't warn that the current master branch of this repo would rewrite the config file
We could make it so the firewall rules can be used as a separate recipe. For example, we could temporarily disable changing the ejabberd config by editing the role in the master branch, and leaving out only the firewall rules. The last commit on master explicitly saying why the role has been changed temporarily.
I think the way you frame this issue is not addressing the underlying problems.
Edit: For simply removing a role from a node when experimenting manually, I don't see why we even need an open issue here.
Removing a role from a node will remove the firewall rules included by that role, closing access to the service when someone runs Chef, making everything even more confusing and dangerous
I definitely agree that me setting the ejabberd config manually was not ideal. I think we can close this issue and focus on merging PRs, and not making manual changes to config files