-
Notifications
You must be signed in to change notification settings - Fork 133
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
login.defs.erb contains a non-ASCII character which causes a knife cookbook upload failure #122
Comments
Hi @gregorkistler, |
Closed
atomic111
added a commit
to atomic111/chef-os-hardening
that referenced
this issue
Jul 18, 2016
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
arlimus
added a commit
that referenced
this issue
Jul 25, 2016
FIX for issue #122 non-ASCII character
fixed with #124 @gregorkistler can we close the issue |
@atomic111 yep, can be closed, thank you. |
rollbrettler
pushed a commit
to rollbrettler/chef-os-hardening
that referenced
this issue
Sep 16, 2016
add suse and opensuse support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ knife cookbook upload os-hardening
ERROR: ArgumentError: invalid byte sequence in US-ASCII
$ grep --color='auto' -P -n "[\x80-\xFF]" cookbooks//templates//*
cookbooks/os-hardening/templates/default/login.defs.erb:95:# If set to yes, userdel will remove the user**??**s group if it contains no more members, and useradd will create by default a group with the name of the user.
Original content:
# If set to yes, userdel will remove the user´s group if it contains no more members, and useradd will create by default a group with the name of the user.
Could you please use a ' instead of a ´ ?
The text was updated successfully, but these errors were encountered: