Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-25 | (MODULES-10671) New SSH key types for OpenSSH 8.2 | Dorin Pleava | |
Two new SSH key types were added on OpenSSH 8.2: sk-ecdsa-sha2-nistp256@openssh.com(alias ecdsa-sk) and sk-ssh-ed25519@openssh.com(alias ed25519-sk) | |||
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-07-25 | (maint) Import missed User type integration test from puppet repo | Jacob Helwig | |
2018-06-25 | Remove Rubocop Layout/MultilineMethodCallIndentation violations | Jacob Helwig | |
2018-06-25 | Remove Rubocop Style/TrailingCommaInLiteral violation | Jacob Helwig | |
2018-06-25 | Disable Rubocop Metrics/LineLength check for SSH key lines | Jacob Helwig | |
SSH keys are long, and splitting them into multiple lines can be error-prone, so we'll just disable the Metrics/LineLength check for lines that are SSH keys. | |||
2018-06-25 | Disable Rubocop RSpec/AnyInstance check for specific instances | Jacob Helwig | |
There isn't really a clean way to disable FileBucket backups without stubbing any_instance in these cases. | |||
2018-06-25 | Remove Rubocop RSpec/DescribeMethod violations | Jacob Helwig | |
2018-06-25 | Clean up hard tabs and whitespace | Jacob Helwig | |
2018-06-25 | Fix duplicate test removing RSpec/RepeatedExample violation | Jacob Helwig | |
The "array host_alias" test was never actually testing against a list of host aliases, as it was using the exact same code as the "single host_alias" test. We now test against an actual array of host aliases in the manifest, and check that it is properly written out to the file. | |||
2018-06-25 | Remove Rubocop RSpec/ScatteredLet violations | Jacob Helwig | |
2018-06-25 | Remove Rubocop RSpec/InstanceVariable violations | Jacob Helwig | |
2018-06-22 | Clean up Rubocop Lint/ScriptPermission violations | Jacob Helwig | |
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. |