How user and password are used ?
Closed this issue · 1 comments
Hello,
If i use ~/.pulp/user-cert.pem or ~/.pulp/admin.conf i receive this concatenation error and import does not continue.
/root/errata/errata_import.pl --errata=/root/errata/errata_latest.xml --debug
DEBUG: Called as /root/errata/errata_import.pl --errata=/root/errata/errata_latest.xml --debug
DEBUG: Version is 20150616
INFO: Loading errata XML
DEBUG: XML loaded successfully
INFO: Getting server inventory
DEBUG: Getting full repo list
Use of uninitialized value $user in concatenation (.) or string at /root/errata/errata_import.pl line 117.
Use of uninitialized value $password in concatenation (.) or string at /root/errata/errata_import.pl line 117.
If i use --admin and --password on line import works fine.
I have katello-agent-3.0 (so no pulp-consumer-client.noarch and pulp-rpm-consumer-extensions.noarch, because of conflict those packages.)
Thanks for hint