Issue #8356 has been updated by Jacob Helwig.
Additional fix for the auto-detection of setting types merged in
commit:b84bdbf31bbb0c5d5501bf6f32a9c0d0dc6acc94
(#8356) Specify setting type for color
Because we default the color setting to "false" on Microsoft Windows,
the heuristics used to detect which type of setting we're using were
getting confused, and mis-detected color as being a BooleanSetting
rather than just a Setting.
By specifying that color is a "Setting", we can skip the
auto-detection, and avoid this problem entirely.
----------------------------------------
Bug #8356: Default value of :color should be false on Windows
https://projects.puppetlabs.com/issues/8356
Author: Josh Cooper
Status: Merged - Pending Release
Priority: Normal
Assignee: Josh Cooper
Category: windows
Target version:
Affected Puppet version:
Keywords: windows
Branch:
Windows console windows do not support ansi escape sequences, so you get
garbled output when running puppet:
<pre>
Z:\work\puppet>puppet config
←[1;35merr: 'config' has no default action. See `puppet help config`.←[0m
</pre>
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.