Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ any disasters caused during the execution of this script.

= SSHKey Puppet module

Note: "sshkey" is a bad name choice. Puppet function of same name exists. Chage to something like "sshuserkey" at some point.
Note: "sshkey" is a bad name choice. Puppet function of same name exists. Chage to something like "sshuserkey" at some point.

Install a user's public key on a server.

Expand Down
2 changes: 1 addition & 1 deletion manifests/definitions/knownhosts.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#TODO implement host_aliases

$key_content = "${host} ${type} ${key}"
$key_content = "${host} ${type} ${key}"
file { "${sshdir}/known_hosts":
owner => $user,
group => $group,
Expand Down