Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-27 | (PUP-10510) Fix sshkeys not being correctly purged | Gabriel Nagy | |
After adding support for composite namevars in version 2.0.0, the module lost the ability to purge sshkeys. This happens due to Puppet being unable to correctly match the names and types of the sshkeys to be purged. Part of the fix was done in https://github.com/puppetlabs/puppet/pull/8174, which changes how a resource is initialized if the provider implements a `title` method. Additionally, we add the key name and type to be included in the output shown by `puppet resource`. | |||
2020-02-25 | (MODULES-7613) use name and type as composite namevar | Ciprian Badescu | |
After this modification it will be possible to add two or more keys of different types for the same host | |||
2018-06-21 | Apply automatic PDK validation cleanup | Jacob Helwig | |
2018-06-21 | Initial sshkey type import from Puppet repository | Jacob Helwig | |
Imported from dbf5a8964af9b87446542d24f46534cf90f11f59 in the Puppet repo. |