Ticket/2.7.x/8489 Replace hard-coded colons with File::PATH_SEPARATOR#62
Merged
slippycheeze merged 4 commits intopuppetlabs:2.7.xfrom Aug 29, 2011
Merged
Conversation
…o puppet doc This was using hard-coded ':' as the separator for its modulepath and manifestdir arguments. Now it uses File::PATH_SEPARATOR, to support other platforms.
…th setting This was using hard-coded ':' as the separator for its modulepath and manifestdir arguments. Now it uses File::PATH_SEPARATOR, to support other platforms. The places it's used were already correctly using File::PATH_SEPARATOR.
… type This was previously accepting paths delimited by both ':' and ';', in order to supports Windows systems. It should actually just use the appropriate delimiter for the given platform.
…ce type This was hard-coded to use ':' as the path delimiter, when it is ';' on Windows. So now we use File::PATH_SEPARATOR for compatibility.
Contributor
|
...er, I don't see how the exec and service types do the right thing. Won't they split based on the architecture of the master, rather than the client? |
Contributor
Author
|
No, I've just rechecked and confirmed those operations (setting, munging, validating) are done on the agent. |
slippycheeze
added a commit
that referenced
this pull request
Aug 29, 2011
Ticket/2.7.x/8489 Replace hard-coded colons with File::PATH_SEPARATOR
Iristyle
pushed a commit
to Iristyle/puppet
that referenced
this pull request
Sep 9, 2014
(bug) Fix AIX builds after pe-1721 fix
hlindberg
pushed a commit
to hlindberg/puppet
that referenced
this pull request
Oct 16, 2014
New module face will be in Puppet 2.7.14, not 2.7.12.
melissa
pushed a commit
to melissa/puppet
that referenced
this pull request
Mar 30, 2018
(CTH-266) Moving error definitions to relevant namespaces
ffrank
pushed a commit
to ffrank/puppet
that referenced
this pull request
May 17, 2025
…removal Remove require for module_tool/contents_description
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.
No description provided.