dev-sec / puppet-os-hardening

This puppet module provides numerous security-related configurations, providing all-round base protection.
http://dev-sec.io/
Apache License 2.0
282 stars 101 forks source link

os_hardening also works with stdlib v6 #210

Closed mcgege closed 5 years ago

mcgege commented 5 years ago

Signed-off-by: Michael Geiger info@mgeiger.de

mcgege commented 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??

mcgege commented 5 years ago

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.