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

redhat: allow dots in interface names #322

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TheJamesD
Copy link

Pull Request (PR) description

We have a few servers with interface names with a "." in, such as "ifcfg-bond0.12". Although it was working fine, whenever the puppet agent would run, it'd keep replacing the network file with a new one. Changing regex pattern to include interface names with dots (.) fixes this.

This Pull Request (PR) fixes the following issues

Include interface names with dots in

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changing regex pattern to include interface names with dots (.). For instance:

ifcfg-bond0.12
@kenyon kenyon changed the title Update redhat.rb redhat: allow dots in interface names Mar 7, 2024

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Co-authored-by: Kenyon Ralph <[email protected]>
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.

None yet

2 participants