Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-21 | Add newline to ssh_authorized_key file content | Jerome Charaoui | |
2015-05-21 | Simplify ssh_authorized_key | Jerome Charaoui | |
2015-05-21 | Revert "Simplify ssh_authorized_key" | Jerome Charaoui | |
puppet-lint complains about "selector inside resource" This reverts commit f3c0115743cab9d4e6c08b654b67631566572d41. | |||
2015-05-21 | Simplify ssh_authorized_key | Jerome Charaoui | |
2015-05-21 | Add header to ssh_authorized_key when override_builting = 1 | Jerome Charaoui | |
2015-05-21 | Fix invalid single quotes around variables | Jerome Charaoui | |
2015-05-20 | add override_builtin parameter to handle the common authorized_key directory ↵ | Matt Taggart | |
case | |||
2013-02-03 | style fixes | Michael Moll | |
silence puppet-lint | |||
2011-01-30 | ssh_authorized_key: use $name for user by default | Gabriel Filion | |
Currently ssh_authorized_key has some logic about $user being false or '', but it sets its value to default to 'root'. So, in order to use the name as the user's name, one has to clear the user parameter, which is totally redundant. Since it is sometimes useful to publish multiple keys for a user, the $user parameter is useful. To make using ssh_authorized_key for one-key normal users simpler, make $user default to being empty (which will use $name as the user name). 'root' can always be specified either via the name or by the $user paramter. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-01-30 | Fix ssh_authorized_key | Gabriel Filion | |
When one uses the $name to define the user that should receive an SSH key, setting $user to a negative value, ssh_authorized_key currently creates the authorized_keys file under /home/.ssh/authorized_keys Fix this by changing ${user} to ${real_user} in the key's path. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2009-12-18 | make key removal a bit easier | mh | |
2009-12-18 | enable that ssh auth-keys can be removed | mh | |
2009-12-10 | undef or '' as default | mh | |
2009-12-10 | merged with riseup module, various cleaning up | mh | |
2009-12-07 | factor everything into its own file | mh | |