conf_d: merge the unbound_conf_d and conf_d params #252
Annotations
10 errors
Run tests:
spec/acceptance/unbound_spec.rb#L17
unbound class running puppet code work with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114033378.2r5fdb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (file: /tmp/apply_manifest_114033378.2r5fdb.pp, line: 1, column: 1) on node debian11-64-puppet8.example.com
|
Run tests:
spec/acceptance/unbound_spec.rb#L30
unbound class running puppet code Command "service unbound restart" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 5
(compared using ==)
|
Run tests:
spec/acceptance/unbound_spec.rb#L35
unbound class running puppet code Service "unbound" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "unbound" to be running
|
Run tests:
spec/acceptance/unbound_spec.rb#L39
unbound class running puppet code Port "53" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "53" to be listening
|
Run tests:
spec/acceptance/unbound_spec.rb#L43
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Diff:
@@ -1,4 +1,7 @@
-/\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Run tests:
spec/acceptance/unbound_spec.rb#L44
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+RRSIG\s+SOA} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Diff:
@@ -1,4 +1,7 @@
-/\.\s+\d+\s+IN\s+RRSIG\s+SOA/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Run tests:
spec/acceptance/unbound_spec.rb#L45
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /flags: qr rd ra ad;/
Failure/Error: its(:stdout) { is_expected.to match %r{flags: qr rd ra ad;} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /flags: qr rd ra ad;/
Diff:
@@ -1,4 +1,7 @@
-/flags: qr rd ra ad;/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Run tests:
spec/acceptance/unbound_spec.rb#L49
unbound class running puppet code Command "dig +dnssec SOA servfail.nl @localhost" stdout is expected to match /status: SERVFAIL/
Failure/Error: its(:stdout) { is_expected.to match %r{status: SERVFAIL} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec SOA servfail.nl @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /status: SERVFAIL/
Diff:
@@ -1,4 +1,7 @@
-/status: SERVFAIL/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec SOA servfail.nl @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Run tests:
spec/acceptance/unbound_spec.rb#L53
unbound class running puppet code Command "dig +dnssec +cd SOA servfail.nl @localhost" stdout is expected to match /status: NOERROR/
Failure/Error: its(:stdout) { is_expected.to match %r{status: NOERROR} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec +cd SOA servfail.nl @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /status: NOERROR/
Diff:
@@ -1,4 +1,7 @@
-/status: NOERROR/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec +cd SOA servfail.nl @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Run tests
Process completed with exit code 1.
|
Loading