Add the ability to install pdns and recursor with differents versions #133
main.yml
on: pull_request
Matrix: test
Update CHANGELOG.md
0s
Set new version in metadata.json
0s
Release to Puppet Forge
0s
Annotations
5 errors and 2 warnings
Static & Spec Tests (Ruby 2.7, Puppet 7):
spec/classes/powerdns_init_spec.rb#L141
powerdns supported operating systems on ubuntu-18.04-x86_64 powerdns class with parameters is expected to contain Apt::Source[powerdns] with release =~ /auth-48/
Failure/Error: it { is_expected.to contain_apt__source('powerdns').with_release(%r{auth-48}) }
expected that the catalogue would contain Apt::Source[powerdns] with release set to /auth-48/ but it is set to "bionic-auth-49"
|
Static & Spec Tests (Ruby 2.7, Puppet 7):
spec/classes/powerdns_init_spec.rb#L143
powerdns supported operating systems on ubuntu-18.04-x86_64 powerdns class with parameters is expected to contain Apt::Source[powerdns-recursor] with release =~ /rec-49/
Failure/Error: it { is_expected.to contain_apt__source('powerdns-recursor').with_release(%r{rec-49}) }
expected that the catalogue would contain Apt::Source[powerdns-recursor] with release set to /rec-49/ but it is set to "bionic-rec-48"
|
Static & Spec Tests (Ruby 2.7, Puppet 7):
spec/classes/powerdns_init_spec.rb#L141
powerdns supported operating systems on debian-10-x86_64 powerdns class with parameters is expected to contain Apt::Source[powerdns] with release =~ /auth-48/
Failure/Error: it { is_expected.to contain_apt__source('powerdns').with_release(%r{auth-48}) }
expected that the catalogue would contain Apt::Source[powerdns] with release set to /auth-48/ but it is set to "buster-auth-49"
|
Static & Spec Tests (Ruby 2.7, Puppet 7):
spec/classes/powerdns_init_spec.rb#L143
powerdns supported operating systems on debian-10-x86_64 powerdns class with parameters is expected to contain Apt::Source[powerdns-recursor] with release =~ /rec-49/
Failure/Error: it { is_expected.to contain_apt__source('powerdns-recursor').with_release(%r{rec-49}) }
expected that the catalogue would contain Apt::Source[powerdns-recursor] with release set to /rec-49/ but it is set to "buster-rec-48"
|
Static & Spec Tests (Ruby 2.7, Puppet 7)
Process completed with exit code 1.
|
Static & Spec Tests (Ruby 2.7, Puppet 7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static & Spec Tests (Ruby 2.7, Puppet 7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|