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

Implement DRY principle with a shared config.yml file for Molecule scenarios #348

Merged
merged 2 commits into from
May 27, 2023
Merged

Implement DRY principle with a shared config.yml file for Molecule scenarios #348

merged 2 commits into from
May 27, 2023

Conversation

ThomasSanson
Copy link
Sponsor Contributor

Close #323

…ecule.yml

The molecule configuration files were refactored to remove duplicated code and enable balancers in the molecule.yml files. The dependency and provisioner sections were removed as they were already defined in the config.yml file.
This commit removes the trailing newline at the end of the molecule.yml file. The newline is not necessary and can cause issues with some tools that expect files to end with a newline.
@vitabaks vitabaks merged commit 92f3e9e into vitabaks:master May 27, 2023
16 checks passed
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.

Implement DRY principle with a shared config.yml file for Molecule scenarios
2 participants