atomic-penguin / cookbook-krb5

Chef cookbook for Kerberos 5 authentication
Apache License 2.0
17 stars 19 forks source link

Change password echos #45

Closed JaBurd closed 6 years ago

JaBurd commented 6 years ago

Change the password echos to be passed as a group and individually.

Resolves issue #44 by splitting up the passwords to be passed individually vs a single echo.

Also the test -e not_if clause was causing issues as test -e didn't work properly, reverted to a file exists test.

wolf31o2 commented 6 years ago

Thanks for the submission! I'm going to merge this and it will go out with the next release.