lib/puppet/defaults.rb in puppet-2.7.14 vs lib/puppet/defaults.rb in puppet-2.7.16

- old
+ new

@@ -45,14 +45,13 @@ "Print the value of a specific configuration setting. If the name of a setting is provided for this, then the value is printed and puppet exits. Comma-separate multiple values. For a list of all values, specify 'all'."], :color => { - :default => (Puppet.features.microsoft_windows? ? "false" : "ansi"), + :default => "ansi", :type => :setting, :desc => "Whether to use colors when logging to the console. Valid values are - `ansi` (equivalent to `true`), `html`, and `false`, which produces no color. - Defaults to false on Windows, as its console does not support ansi colors.", + `ansi` (equivalent to `true`), `html`, and `false`, which produces no color.", }, :mkusers => [false, "Whether to create the necessary user and group that puppet agent will run as."], :manage_internal_file_permissions => [true,