bolt project: Make PuppetDB URIs configureable #158
ci.yml
on: pull_request
Puppet
/
Static validations
31s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
23 errors
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L27
bolt::project on almalinux-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L50
bolt::project on almalinux-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L27
bolt::project on almalinux-9-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L50
bolt::project on almalinux-9-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L27
bolt::project on rocky-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L50
bolt::project on rocky-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L27
bolt::project on rocky-9-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L50
bolt::project on rocky-9-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L27
bolt::project on redhat-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 8 (Ruby 3.2):
spec/defines/project_spec.rb#L50
bolt::project on redhat-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L27
bolt::project on almalinux-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L50
bolt::project on almalinux-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L27
bolt::project on almalinux-9-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L50
bolt::project on almalinux-9-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L27
bolt::project on rocky-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L50
bolt::project on rocky-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L27
bolt::project on rocky-9-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L50
bolt::project on rocky-9-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L27
bolt::project on redhat-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:http:\/\/127.0.0.1:8080)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / 7 (Ruby 2.7):
spec/defines/project_spec.rb#L50
bolt::project on redhat-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/
Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) }
expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n"
Diff:
@@ -1,6 +1,11 @@
-(?-mix:https:\/\/\[::1\]:8081)
+---
+groups:
+- name: primary
+ targets:
+ - name: foo.example.com
+ uri: local://localhost
|
Puppet / Puppet 7 - CentOS 9 - PE-Role primary
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9 - PE-Role primary
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|