Skip to content

Removing unless clause on postgresql extension enabling

The execute block in postgresql.rb this is calling is already gated on the service status.

This change will make reconfigure call that execute block each time, and let it decide if it needs to run or not.

Closes #2329

Merge request reports