Commit d16aaa5
committed
Don't consider an empty client.keys to be a failure condition
client.keys is already reloaded each time a given key is not found in
memory so there's no harm in this file being empty. In fact, it's
downright annoying if you're using authd because you have to wait for
the first agent to register and then manually restart the server
before they can start communicating. Removing this check would make
the Chef cookbook less clunky.
Disclaimer: I haven't tested this at all because I've already sunk too
much time into the cookbook. The change seems simple enough though.1 parent 5384936 commit d16aaa5
File tree
1 file changed
+0
-5
lines changed1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | 253 | | |
259 | 254 | | |
260 | 255 | | |
| |||
0 commit comments