index
:
puppet-sshkeys_core
main
Puppet module for managing SSH keys
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
Age
Commit message (
Expand
)
Author
2021-10-01
(MODULES-11197) Update to pdk-templates 2.2.0
Gabriel Nagy
2021-03-11
(maint) Switch to rspec-mocks
Gabriel Nagy
2020-10-05
(MODULES-10827) Exported sshkey already exists error
Dorin Pleava
2020-09-06
(MODULES-10765) Implement ecdsa-sha2-nistp521-cert-v01@openssh.com support
Tim Meusel
2020-09-06
(MODULES-10765) Implement ecdsa-sha2-nistp384-cert-v01@openssh.com support
Tim Meusel
2020-09-06
(MODULES-10765) Implement ecdsa-sha2-nistp256-cert-v01@openssh.com support
Tim Meusel
2020-09-06
(MODULES-10765) Implement ssh-dss-cert-v01@openssh.com support
Tim Meusel
2020-09-06
(MODULES-10765) Implement ssh-ed25519-cert-v01@openssh.com support
Tim Meusel
2020-08-06
(MODULES-10765) Implement ssh-rsa-cert-v01@openssh.com support
Tim Meusel
2020-06-22
(maint) Update user type specs to match new behavior
Gabriel Nagy
2020-06-17
Merge pull request #32 from GabrielNagy/PUP-10510/purge-sshkeys
mihaibuzgau
2020-05-27
(PUP-10510) Fix sshkeys not being correctly purged
Gabriel Nagy
2020-05-25
(MODULES-10671) New SSH key types for OpenSSH 8.2
Dorin Pleava
2020-02-25
(MODULES-7613) use name and type as composite namevar
Ciprian Badescu
2019-10-24
(maint) Enable changelog-generator
mihaibuzgau
2019-10-23
(MODULES-9578) Create authorized_key in root path
Gabriel Nagy
2019-08-12
(MODULES-9578) Add test for target attribute.
Robert Vincent
2019-08-12
(MODULES-9578) Acceptance tests should remove the authorized_keys file.
Robert Vincent
2019-01-08
(maint) update PDK to 1.8.0; update all templates
Melissa Stone
2018-11-28
Account for pre-5 behavior
Josh Cooper
2018-07-25
(maint) Import missed User type integration test from puppet repo
Jacob Helwig
2018-07-24
(maint) Import the User type unit tests specific to ssh_authorized_keys
Jacob Helwig
2018-07-17
Install module on all hosts, not just those with default role
Josh Cooper
2018-07-02
Remove test blocked on ticket marked as "Won't Do"
Jacob Helwig
2018-07-02
Add default nodeset for acceptance tests
Jacob Helwig
2018-07-02
Update acceptance tests to use RSpec syntax
Jacob Helwig
2018-06-26
Rename acceptance tests to have _spec at the end
Jacob Helwig
2018-06-25
Remove Rubocop Performance/Caller violation
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
2018-06-25
Disable Rubocop RSpec/AnyInstance check for specific instances
Jacob Helwig
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
2018-06-25
Remove Rubocop RSpec/ScatteredLet violations
Jacob Helwig
2018-06-25
Remove Rubocop Lint/AmbiguousBlockAssociation violation
Jacob Helwig
2018-06-25
Remove Rubocop RSpec/InstanceVariable violations
Jacob Helwig
2018-06-22
Remove Rubocop Style/BlockDelimiters 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