Bug #12358
closedtrailing double quote character when installer prints how to continue with capsule installer
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1209139
Description of problem:
There is a trailing/redundant double quote character when installer prints how to continue with capsule installer.
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20150331.1-Satellite-x86_64
How reproducible:
always
Steps to Reproduce:
1. # katello-installer --foreman-admin-email 'root@localhost' --foreman-admin-username '<user>' --foreman-admin-password '<pass>' --capsule-parent-fqdn <fqdn> --capsule-dns true --capsule-dns-forwarders <ip1> --capsule-dns-forwarders <ip2> --capsule-dns-forwarders <ip3> --capsule-dns-interface virbr1 --capsule-dns-zone katellolabs.org --capsule-dhcp true --capsule-dhcp-interface virbr1 --capsule-tftp true --capsule-puppet true --capsule-puppetca true --capsule-register-in-foreman true --capsule-foreman-oauth-secret <hash> --capsule-pulp false
Actual results:
[...]
Success!
* Katello is running at https://<fqdn>
Initial credentials are <user> / <pass>
* Capsule is running at https://<fqdn>:9090
* To install additional capsule on separate machine continue by running:"
capsule-certs-generate --capsule-fqdn "$CAPSULE" --certs-tar "~/$CAPSULE-certs.tar"
The full log is at /var/log/katello-installer/katello-installer.log
Expected results:
There is trailing double quote character:
...on separate machine continue by running:"
^^^
Additional info:
I know - low low severity.