Add custom sections to systemd network #311
ci.yml
on: pull_request
Puppet
/
Static validations
20s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L291
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L292
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Class[wireguard]
Failure/Error: it { is_expected.to contain_class('wireguard') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L293
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Exec[generate private key as1234]
Failure/Error: it { is_expected.to contain_exec("generate private key #{title}") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L294
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Exec[generate public key as1234]
Failure/Error: it { is_expected.to contain_exec("generate public key #{title}") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L295
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain File[/etc/wireguard/as1234.pub]
Failure/Error: it { is_expected.to contain_file("/etc/wireguard/#{title}.pub") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L296
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain File[/etc/wireguard/as1234]
Failure/Error: it { is_expected.to contain_file("/etc/wireguard/#{title}") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L297
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Systemd::Network[as1234.netdev]
Failure/Error: it { is_expected.to contain_systemd__network("#{title}.netdev") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L298
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Systemd::Network[as1234.network]
Failure/Error: it { is_expected.to contain_systemd__network("#{title}.network") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L299
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain File[/etc/systemd/network/as1234.netdev] with content supplied string
Failure/Error: it { is_expected.to contain_file("/etc/systemd/network/#{title}.netdev").with_content(expected_netdev_content) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/interface_spec.rb#L300
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain File[/etc/systemd/network/as1234.network] with content supplied string
Failure/Error: it { is_expected.to contain_file("/etc/systemd/network/#{title}.network").with_content(expected_network_content) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az566-330.ut545be5203uvep113pmbghppc.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L291
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L292
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Class[wireguard]
Failure/Error: it { is_expected.to contain_class('wireguard') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L293
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Exec[generate private key as1234]
Failure/Error: it { is_expected.to contain_exec("generate private key #{title}") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L294
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Exec[generate public key as1234]
Failure/Error: it { is_expected.to contain_exec("generate public key #{title}") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L295
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain File[/etc/wireguard/as1234.pub]
Failure/Error: it { is_expected.to contain_file("/etc/wireguard/#{title}.pub") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L296
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain File[/etc/wireguard/as1234]
Failure/Error: it { is_expected.to contain_file("/etc/wireguard/#{title}") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L297
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Systemd::Network[as1234.netdev]
Failure/Error: it { is_expected.to contain_systemd__network("#{title}.netdev") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L298
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain Systemd::Network[as1234.network]
Failure/Error: it { is_expected.to contain_systemd__network("#{title}.network") }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L299
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain File[/etc/systemd/network/as1234.netdev] with content supplied string
Failure/Error: it { is_expected.to contain_file("/etc/systemd/network/#{title}.netdev").with_content(expected_netdev_content) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/interface_spec.rb#L300
wireguard::interface on archlinux-6-x86_64 with required params (peers), routes, extra network sections and without firewall rules is expected to contain File[/etc/systemd/network/as1234.network] with content supplied string
Failure/Error: it { is_expected.to contain_file("/etc/systemd/network/#{title}.network").with_content(expected_network_content) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Wireguard::Interface[as1234]: parameter 'extra_networkd_sections' expects a Hash value, got Tuple (line: 2) on node fv-az847-43.3soeacoywu2upfh4jr2diqk1yd.cx.internal.cloudapp.net
|