Closed zakame closed 5 years ago
Tests are failing, but currently match master
's status at the moment. I think I can fix the upstream-repo
and distro-packages
suites here in this PR (and perhaps UNIT_AND_LINT
suite,) but not so for the other suites.
If you can add a changelog entry for this we're good to go!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
On some cases (particularly
kitchen converge
s using bento or dokken images of Debian/Ubuntu,) thenginx::repo
recipe fails because it configures anapt_repository
that uses an HTTPS source (e.g. https://nginx.org/packages/debian). Users of this cookbook will have to add theapt-transport-https
package before including nginx.This change aims to remove this little pessimization by ensuring to converge
apt_pacakge 'apt-transport-https'
on Debian/Ubuntu before convergingapt_repository
for the upstream nginx repo.