duritong / trocla

A password store for password creation and retrieval
Other
76 stars 18 forks source link

trocla set fails badly #10

Closed anarcat closed 11 years ago

anarcat commented 11 years ago

kaboom:

root@puppet0:/var/lib/puppet# trocla set foo plain
Enter your password: xxxx
Repeat password: xxxx

root@puppet0:/var/lib/puppet# trocla get foo plain
Action failed with the following message: invalid subclass
root@puppet0:/var/lib/puppet# grep -A 1 foo /var/lib/puppet/server_data/trocla_data.yaml
foo:
  plain: !str:HighLine::String test

if i remove the !str:HighLine::String crap, it works again.

this is trocla 0.0.8.

anarcat commented 11 years ago

nevermind, that was fixed in 0.0.9.