Skip YUM repository configuration in postgres_install resource #716
Labels
Feature Request
Enhancement to existing functionality or new functionality
Help Wanted
Assistance is required to resolve this issue
Priority: Medium
Will bring visible benefit to the project
👻 Brief Description
postgresql_install
resource documentation states, that options such asrepo_pgdg
allows the creation of YUM PGDG repository. In fact, this option (and similar) only disable the appropriate repository. When set to false, the repository is still created.🥞 Cookbook version
11.0.0+
👩🍳 Chef-Infra Version
17+
🎩 Platform details
Bug is independent from platform.
Steps To Reproduce
🚓 Expected behavior
Options like
repo_pgdg
do NOT disable the appropriate YUM repositories, but also prevent their configuration as documented.➕ Additional context
An alternative implementation option that make sense could be to alias these options to
enable_repo_pgdg
,enable_repo_pgdg_common
, ... and add a propertysetup_repos
(or any other desired name) that prevents creation repositories. This allows the developer full control over repository configuration.The text was updated successfully, but these errors were encountered: