From e8da1a05a0d3d49d0eea8b45e6ef3cb589101281 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 6 Jan 2014 22:26:45 +0000 Subject: [PATCH] Remove comment from keys names for ansible bug --- scripts/auth-keys-from-fas | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/auth-keys-from-fas b/scripts/auth-keys-from-fas index f49c66cce0..b288cc477c 100755 --- a/scripts/auth-keys-from-fas +++ b/scripts/auth-keys-from-fas @@ -203,5 +203,4 @@ if __name__ == '__main__': for user in sorted(ssh_keys.keys()): for key in ssh_keys[user]: - print '# %s' % user print '%s%s' % (from_string, key)