You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way to fully swap the repo file used while installing postgresql. This allows for greater levels of customization than anything we could eve provide and this way we dont have to put every single information a variable.
Current Behavior
Tasks used to configure the posgresql repo use a harcoded source template that doesnt allow for that total cusomization.
Possible Solution
Add a variable postgresql_repofile_content and have that variable be the only content templated inside the hardcoded template.
Add a variable postgresql_repo_template that can be set to any file path on the controller.
Steps to Reproduce (for bugs)
Context
Your Environment
Version used: 1.0.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
There should be a way to fully swap the repo file used while installing postgresql. This allows for greater levels of customization than anything we could eve provide and this way we dont have to put every single information a variable.
Current Behavior
Tasks used to configure the posgresql repo use a harcoded source template that doesnt allow for that total cusomization.
Possible Solution
postgresql_repofile_content
and have that variable be the only content templated inside the hardcoded template.postgresql_repo_template
that can be set to any file path on the controller.Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: