Skip to content

Windows updates #60

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

Merged
merged 8 commits into from
Apr 23, 2012
Merged

Windows updates #60

merged 8 commits into from
Apr 23, 2012

Conversation

joshcooper
Copy link
Contributor

No description provided.

For whatever reason, the anchors associated with puppet configuration properties do not contain underscores, e.g. #caserver, not #ca_server.
By default, puppet manages files in binary mode (so now line-ending
translation is performed). The special cases are flat file types,
e.g. hosts.
The first component of the id fact is the DOMAIN, which in the case of
a local user is the local machine. But in the case of a domain user
acount, it would be the AD domain.
The `path` and `default` values for puppet's data directory were
inconsistent. The former did not include the `\puppet` directory,
whereas the latter did. Also, updated references in the documentation
to the data directory, and files relative to it,
e.g. `var\log\puppetd.log`.
Fix case of drive letter to be consistently uppercase, and added
missing ending parenthesis.
Windows APIs actually support both forward and backslashes, but not
all programs, e.g. msiexec, cmd, support forward slashes. So really,
people should use forward slashes unless the executable they are
trying to run doesn't support it.
I don't think we need to document at this level of detail, especially
as the line number won't match as changes are made to this file, and
the repo may be renamed shortly.
@nfagerlund nfagerlund merged commit fff7c80 into puppetlabs:master Apr 23, 2012
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