From 9b6c01fff24a542f86e1ce7d8514d19ebc646cdc Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Tue, 31 Jan 2012 03:40:33 -0500 Subject: [PATCH] Remove whitespace [WhitespaceBot] --- README | 2 +- manifests/definitions/knownhosts.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,