migrate away from erb #271
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
1s
Annotations
23 errors and 2 warnings
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L22
unbound::stub on almalinux-8-x86_64 basic is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: no
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L46
unbound::stub on almalinux-8-x86_64 unbound::address is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "10.0.0.10@10053"
stub-host: "ns1.example.com"
stub-host: "ns2.example.com"
stub-first: no
stub-no-cache: no
ZONE
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L72
unbound::stub on almalinux-8-x86_64 with no_cache set is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: yes
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L96
unbound::stub on almalinux-8-x86_64 with stub_first set is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: yes
stub-no-cache: no
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L120
unbound::stub on almalinux-8-x86_64 with address set as string is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: yes
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L22
unbound::stub on almalinux-9-x86_64 basic is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: no
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L46
unbound::stub on almalinux-9-x86_64 unbound::address is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "10.0.0.10@10053"
stub-host: "ns1.example.com"
stub-host: "ns2.example.com"
stub-first: no
stub-no-cache: no
ZONE
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L72
unbound::stub on almalinux-9-x86_64 with no_cache set is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: yes
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L96
unbound::stub on almalinux-9-x86_64 with stub_first set is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: yes
stub-no-cache: no
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 8 (Ruby 3.2):
spec/defines/stub_spec.rb#L120
unbound::stub on almalinux-9-x86_64 with address set as string is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: yes
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L22
unbound::stub on almalinux-8-x86_64 basic is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: no
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L46
unbound::stub on almalinux-8-x86_64 unbound::address is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "10.0.0.10@10053"
stub-host: "ns1.example.com"
stub-host: "ns2.example.com"
stub-first: no
stub-no-cache: no
ZONE
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L72
unbound::stub on almalinux-8-x86_64 with no_cache set is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: yes
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L96
unbound::stub on almalinux-8-x86_64 with stub_first set is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: yes
stub-no-cache: no
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L120
unbound::stub on almalinux-8-x86_64 with address set as string is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: yes
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L22
unbound::stub on almalinux-9-x86_64 basic is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: no
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L46
unbound::stub on almalinux-9-x86_64 unbound::address is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "10.0.0.10@10053"
stub-host: "ns1.example.com"
stub-host: "ns2.example.com"
stub-first: no
stub-no-cache: no
ZONE
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L72
unbound::stub on almalinux-9-x86_64 with no_cache set is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: yes
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L96
unbound::stub on almalinux-9-x86_64 with stub_first set is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: yes
stub-no-cache: no
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / 7 (Ruby 2.7):
spec/defines/stub_spec.rb#L120
unbound::stub on almalinux-9-x86_64 with address set as string is expected to contain Concat::Fragment[unbound-stub-lab.example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-stub-lab.example.com').with_content(
<<~ZONE
stub-zone:
name: "lab.example.com"
stub-addr: "::1"
stub-first: no
stub-no-cache: yes
ZONE
)
expected that the catalogue would contain Concat::Fragment[unbound-stub-lab.example.com] with content set to supplied string
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system FreeBSD 12
|