(FACT-546) Enclose interface name in single quotes#832
Merged
whopper merged 1 commit intopuppetlabs:masterfrom Jan 8, 2015
vinzent:FACT-546
Merged
(FACT-546) Enclose interface name in single quotes#832whopper merged 1 commit intopuppetlabs:masterfrom vinzent:FACT-546
whopper merged 1 commit intopuppetlabs:masterfrom
vinzent:FACT-546
Conversation
|
CLA signed by all contributors. |
|
@vinzent thanks for the contribution! We'll be having our weekly pull request triage this Wednesday, so we'll discuss getting this merged in then. Using single quotes with |
|
@whopper do you know if cfacter has any prob with interface names with semi-colons? |
|
@kylog I'm not sure - I'll go poke around and see if I can replicate this. |
|
@kylog it looks like cfacter is unaffected since it uses the |
whopper
added a commit
that referenced
this pull request
Jan 8, 2015
(FACT-546) Enclose interface name in single quotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
oVirt/RHEV creates a ";vdsmdummy;" network interface.
facter outputs many messages:
sh: vdsmdummy: command not found
ifconfig and ip command lines are called like "/sbin/ifconfig ;vdsmdummy;" which is interpreted as "ifconfig" and "vdsmdummy" (same for the ip command).
The interface names should be enclosed by single quotes.