Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raise default version to 1.16.0 #1598

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

TheMeier
Copy link
Contributor

@TheMeier TheMeier commented Jun 3, 2024

this fixes the acceptance tests. But there is a bigger issue here. The code in manifests/init.pp is not idempotent:

 String[1] $nginx_version                                = pick(fact('nginx_version'), '1.6.0'),

Turns out on the first run the fact might not be set yet leading to a pre 1.15.0 compatible configuration on systems wich ship a newer version of nginx. Leading to

nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25

@TheMeier TheMeier force-pushed the fix_tests branch 6 times, most recently from dfe9614 to 7928a7d Compare June 3, 2024 09:41
this fixes the acceptance tests. But there is a bigger issue here.
The code in manifests/init.pp is not idempotent:
```
 String[1] $nginx_version                                = pick(fact('nginx_version'), '1.6.0'),
```
Turns out on the first run the fact might not be set yet leading to a pre 1.15.0 compatible
configuration on systems wich ship a newer version of nginx. Leading to
```
nginx: [emerg] unknown directive "ssl" in /etc/nginx/sites-enabled/www.puppetlabs.com.conf:25
```
@TheMeier TheMeier merged commit 1cb153a into voxpupuli:master Jun 5, 2024
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants