migrate away from erb #272
Annotations
10 errors
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Loading