Refs #37121 - Add dns::tsig_keygen function #1025
ci.yml
on: pull_request
Puppet
/
Static validations
25s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
6 errors
Puppet / 8 (Ruby 3.2):
spec/functions/tsig_keygen_spec.rb#L4
dns::dnssec_keygen without algorithm
Failure/Error: is_expected.to run.with_params('myname').and_return(expected)
NoMethodError:
undefined method `func_name' for nil:NilClass
|
Puppet / 8 (Ruby 3.2):
spec/functions/tsig_keygen_spec.rb#L23
dns::dnssec_keygen with algorithm
Failure/Error: is_expected.to run.with_params('myname', 'hmac-md5').and_return(expected)
NoMethodError:
undefined method `func_name' for nil:NilClass
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/functions/tsig_keygen_spec.rb#L4
dns::dnssec_keygen without algorithm
Failure/Error: is_expected.to run.with_params('myname').and_return(expected)
NoMethodError:
undefined method `func_name' for nil:NilClass
|
Puppet / 7 (Ruby 2.7):
spec/functions/tsig_keygen_spec.rb#L23
dns::dnssec_keygen with algorithm
Failure/Error: is_expected.to run.with_params('myname', 'hmac-md5').and_return(expected)
NoMethodError:
undefined method `func_name' for nil:NilClass
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|