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
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
When handling hosts with pennyworth a config file contianing their information is required. if that is missing peenyworth currently exists very ungraceful:
./bin/pennyworth host list
Pennyworth experienced an unexpected error. Please file a bug report at https://github.com/SUSE/pennyworth/issues/new.
/usr/src/chuller/pennyworth/lib/host_config.rb:61:in `read': No such file or directory @ rb_sysopen - /suse/chuller/.pennyworth/hosts.yaml (Errno::ENOENT)
It would be better to catch this condition and tell the user what to do to get the config file into place
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When handling hosts with pennyworth a config file contianing their information is required. if that is missing peenyworth currently exists very ungraceful:
./bin/pennyworth host list
Pennyworth experienced an unexpected error. Please file a bug report at https://github.com/SUSE/pennyworth/issues/new.
/usr/src/chuller/pennyworth/lib/host_config.rb:61:in `read': No such file or directory @ rb_sysopen - /suse/chuller/.pennyworth/hosts.yaml (Errno::ENOENT)
It would be better to catch this condition and tell the user what to do to get the config file into place
The text was updated successfully, but these errors were encountered: