Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support postfix_default_database_type #165

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

richm
Copy link
Contributor

@richm richm commented Dec 2, 2024

Feature: The role will determine the default database type used by postfix
and will export that value as the variable postfix_default_database_type

Reason: Users need to be able to set configuration parameter values
based on the database type.

Result: Users can set configuration parameter values based on the
default database type.

NOTE: Using postfix_default_database_type in a configuration parameter
value is not supported on Ansible 2.9 due to the way 2.9 does variable
evaluation.

Signed-off-by: Rich Megginson [email protected]

@richm richm requested a review from spetrosi as a code owner December 2, 2024 22:44
@richm
Copy link
Contributor Author

richm commented Dec 2, 2024

[citest]

@richm
Copy link
Contributor Author

richm commented Dec 2, 2024

[citest]

@richm richm force-pushed the postfix_default_database_type branch from e4e1ced to 9a3350f Compare December 3, 2024 00:25
@richm
Copy link
Contributor Author

richm commented Dec 3, 2024

[citest]

Feature: The role will determine the default database type used by postfix
and will export that value as the variable `postfix_default_database_type`

Reason: Users need to be able to set configuration parameter values
based on the database type.

Result: Users can set configuration parameter values based on the
default database type.

NOTE: Using postfix_default_database_type in a configuration parameter
value is not supported on Ansible 2.9 due to the way 2.9 does variable
evaluation.

Signed-off-by: Rich Megginson <[email protected]>
@richm richm force-pushed the postfix_default_database_type branch from 9a3350f to 203a6b2 Compare December 3, 2024 00:56
@richm
Copy link
Contributor Author

richm commented Dec 3, 2024

[citest]

1 similar comment
@richm
Copy link
Contributor Author

richm commented Dec 4, 2024

[citest]

@richm richm merged commit 3d84b81 into linux-system-roles:main Dec 4, 2024
15 checks passed
@richm richm deleted the postfix_default_database_type branch December 4, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant