onlyif does not work as it supposed to and it failing Puppet with:
Debug: /Stage[main]/Main/Enable_qpid[qpid]/Exec[install_qpid_ssl]/onlyif: Error: No matching Packages to list
While from Puppet PoV this is valid message, we would need to add special error ignore rule in Packstack
just for this case. Because separate ssl package for QPID won't be used for Juno+, this rule is removed.
Backports to Icehouse- has to have the special error ignore rule instead.
Change-Id: Ieb637094fb89bacb9ef6f1cafd38e1b56d044ef1
Fixes: rhbz#1179859