You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby 1.9 cares about encoding, and apache starts up as US-ASCII in most
cases. If you have a manifest that is UTF-8, then puppet won't be able to
handle it. To work around that, we change the default encoding. See
https://tickets.puppetlabs.com/browse/PUP-1386 and
puppetlabs/puppet#1666 for more details.
0 commit comments