You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is not fault tolerant. Everytime something goes wrong puppet aborts:
if private key is not found -> fatal error
if decoding fails -> fatal error
This is not how this should be handled.
I like to get some status code so that I can react on the circumstances.
The subsystem should not fail with error/exit.
The text was updated successfully, but these errors were encountered:
using eyaml in puppet like:
is not fault tolerant. Everytime something goes wrong puppet aborts:
This is not how this should be handled.
I like to get some status code so that I can react on the circumstances.
The subsystem should not fail with error/exit.
The text was updated successfully, but these errors were encountered: