Add custom sections to systemd network #312
Annotations
10 errors
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
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' entry 'RoutingPolicyRule' expects a Hash value, got Tuple (line: 2) on node fv-az665-635.fog2pefswkletp0y445k1dqqob.bx.internal.cloudapp.net
|
This job failed
Loading