diff --git a/README b/README index b2b3917..44a1801 100644 --- a/README +++ b/README @@ -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. diff --git a/manifests/definitions/knownhosts.pp b/manifests/definitions/knownhosts.pp index bfeb2c6..2ace907 100644 --- a/manifests/definitions/knownhosts.pp +++ b/manifests/definitions/knownhosts.pp @@ -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,