Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This file is used to list changes made in the last 3 major versions of the postg

## Unreleased

Standardise files with files in sous-chefs/repo-management
- Ensure access config file is written before notifications are sent
- Standardise files with files in sous-chefs/repo-management

## 12.3.3 - *2025-09-04*

Expand Down
3 changes: 3 additions & 0 deletions resources/access.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
else
run_action(:update)
end

# Ensure config file is written before notifications are sent
config_resource.run_action(:create)
end
end

Expand Down
Loading