]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commit
(MODULES-7613) use name and type as composite namevar
authorCiprian Badescu <ciprian.badescu@puppet.com>
Thu, 20 Feb 2020 13:32:52 +0000 (15:32 +0200)
committerCiprian Badescu <ciprian.badescu@puppet.com>
Tue, 25 Feb 2020 12:27:27 +0000 (14:27 +0200)
commit92a734a6620fcc51691d60347e344f87ac801bde
tree8309796c9485c084ec87cd84d26d17ecfb904213
parent9f710d8e502b5bf2ca3d213d2bddea13f7a4b7b8
(MODULES-7613) use name and type as composite namevar

After this modification it will be possible to add two or more keys
of different types for the same host
lib/puppet/provider/sshkey/parsed.rb
lib/puppet/type/sshkey.rb
spec/acceptance/tests/resource/ssh_authorized_key/destroy_spec.rb
spec/acceptance/tests/resource/ssh_authorized_key/modify_spec.rb
spec/acceptance/tests/resource/sshkey/create_spec.rb
spec/acceptance/tests/resource/sshkey/destroy_spec.rb [new file with mode: 0644]
spec/acceptance/tests/resource/sshkey/modify_spec.rb [new file with mode: 0644]
spec/integration/provider/sshkey_spec.rb
spec/unit/type/sshkey_spec.rb