voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
79 stars 228 forks source link

puppetlabs/apache: Require 8.x; switch apache ports from string to int #835

Closed bdeferme closed 1 year ago

bdeferme commented 1 year ago

Pull Request (PR) description

Stop breaking the upstream apache rspecs.

This Pull Request (PR) fixes the following issues

Recently we started seeing:

Evaluation Error: Error while evaluating a Resource Statement, Apache::Vhost[xxx_nonssl]: parameter 'port' expects a value of type Undef, Array[Stdlib::Port = Integer[0, 65535]], or Stdlib::Port = Integer[0, 65535], got String (file: /repo/spec/fixtures/modules/zabbix/manifests/web.pp, line: 416) on node 022551739aa6.xxx

This should fix that.