]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commit
Account for pre-5 behavior
authorJosh Cooper <josh@puppet.com>
Wed, 28 Nov 2018 00:49:54 +0000 (16:49 -0800)
committerJosh Cooper <josh@puppet.com>
Wed, 28 Nov 2018 19:45:17 +0000 (11:45 -0800)
commit15696869bc4b62b47b5e6b873694635b2dc86c0d
tree50a4e412de3839e45d691ce355992b001a03aaf7
parentc7b2e899ca57fcb6384bee900fa446bc2f860c2a
Account for pre-5 behavior

In Puppet4, the Report class requires a kind argument. Also the is_to_s
and should_to_s methods returned an array of strings and a flattened
array as a string. That behavior was changed in PUP-7616 (commit
c14b28f9c427) so that both methods return a string as the name
implies.
spec/lib/puppet_spec/compiler.rb
spec/unit/type/ssh_authorized_key_spec.rb