Closed ghost closed 7 years ago
@johnjoepo do you mind commenting what fixed your problem?
@duritong The initial Problem was that the wrong version of the bcrypt gem was installed (non-java version) After installing the correct version, the Problem mentioned above occurred.
The Problem was fixed by restarting the puppetserver.
It was my fault, trocla just works fine - Silly me :)
Cool, thanks for clarification. I mainly asked, because this might happen to others and then it's usually a pain finding a bug report exactly matching your problem, but silently closed.
I have a problem using trocla on our PuppetServer.
PuppetServer uses
jruby 1.7.26 (1.9.3p551) 2016-08-26 69763b8 on OpenJDK 64-Bit Server VM 1.8.0_131-b12 +jit [linux-amd64]
I installed trocla on our PuppetServer and have some problems executing trocla using bcrypt. After executing
trocla create user1 bcrypt
the following error is thrown:I also checked that bcrypt is installed:
Can you please help me?
Thank you.