Actions
Bug #18797
closedcerts-tar option requires the absolute path but the result message of the foreman-installer does not
Description
The hooks/post/10-post_install.rb file uses relative path with certs-tar option.
but I can not be used with. cause the certs-tar option requires absolute path.
The error was:
[root@katello01 ~]# foreman-proxy-certs-generate --foreman-proxy-fqdn "$FOREMAN_PROXY" --certs-tar "~/$FOREMAN_PROXY-certs.tar" Parameter certs-tar invalid: ~/puppetca01.example.net-certs.tar is not one of regexes matching /^(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+))/ or regexes matching /^\/([^\/\0]+(\/)?)+$/ Error during configuration, exiting
Updated by daehyung lee almost 8 years ago
- Category set to Installer
- Translation missing: en.field_release set to 226
Updated by daehyung lee almost 8 years ago
- Pull request https://github.com/Katello/katello-installer/pull/485 added
Updated by daehyung lee almost 8 years ago
daehyung lee wrote:
The hooks/post/10-post_install.rb file uses relative path with certs-tar option.
but I can not be used with. cause the certs-tar option requires absolute path.
The error was:[...]
I forgot to mention it, I changed ~(relative path) to /root.
Anyone who has more good idea?
Updated by Justin Sherrill almost 8 years ago
- Status changed from New to Closed
- Translation missing: en.field_release changed from 226 to 219
Actions