Skip to content

Ticket/2.7.x/8489 Replace hard-coded colons with File::PATH_SEPARATOR#62

Merged
slippycheeze merged 4 commits intopuppetlabs:2.7.xfrom
nicklewis:ticket/2.7.x/8489
Aug 29, 2011
Merged

Ticket/2.7.x/8489 Replace hard-coded colons with File::PATH_SEPARATOR#62
slippycheeze merged 4 commits intopuppetlabs:2.7.xfrom
nicklewis:ticket/2.7.x/8489

Conversation

@nicklewis
Copy link
Copy Markdown
Contributor

No description provided.

…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.
@slippycheeze
Copy link
Copy Markdown
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?

@nicklewis
Copy link
Copy Markdown
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
@slippycheeze slippycheeze merged commit 61a809a into puppetlabs:2.7.x Aug 29, 2011
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
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.

2 participants