-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
invalid byte sequence in US-ASCII #426
Comments
|
Do you know in which file resource this is? My guess is that puppet is choking whilst trying to generate a diff to show you. I've come across this before in another module. See https://github.com/theforeman/puppet-tftp/pull/58/files#diff-0ac866172efd29d0ddc2aa75ae6f182dR34 |
|
I got (in syslog) : if i try to apply with my user |
|
Looks like the file was already changed not to include UTF-8 characters so I'm going to close this. Please open a new PR if the issue is still present in the latest version. |
Hi,
thanks for your work.
Affected Puppet, Ruby, OS and module versions/distributions
What are you seeing
invalid byte sequence in US-ASCII in mongo.rb
I jump from 0.17.0 to v1.1.0 and I got
'invalid byte sequence in US-ASCII,change from {md5}38efb877a97fd0e162252e4681d65c46 to {md5}b9939023cdbe3bd5d3352e1db68017be failed: invalid byte sequence in US-ASCII,invalid byte sequence in US-ASCII,change from {md5}85a74779d028eff9872831590a7693ab to {md5}8e29585c9aab0293f8ad5e52f15d9eb5 failed: invalid byte sequence in US-ASCII,removed,Finished catalog run in 7.81 seconds'
on all my machine.
in script 'mongodb_replset.rb' and/or 'mongo.rb'
any help ?
The text was updated successfully, but these errors were encountered: