Closed mcgege closed 5 years ago
@artem-sidorenko Any idea what's wrong here with the Travis check? Local kitchen tests are green, but online with Travis CI something get's broken. How could I debug this??
Ok, found it (with -l debug
): The dependency herculesteam-augeasproviders_core
also needs puppetlabs-stdlib
, but only with version < 6.0.0
. librarian-puppet
seems unable to solve this, so we have to stick to version 5 for now.
Signed-off-by: Michael Geiger info@mgeiger.de