summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-01-06 22:26:45 +0000
committerKevin Fenzi <kevin@scrye.com>2014-01-06 22:26:45 +0000
commite8da1a05a0d3d49d0eea8b45e6ef3cb589101281 (patch)
treec773ce6090a3e1eef73e01280fe41a6af7179ede
parenta6ea02adc1e53bfaa80071ba9e3806ba2733639f (diff)
downloadansible-e8da1a05a0d3d49d0eea8b45e6ef3cb589101281.tar.gz
ansible-e8da1a05a0d3d49d0eea8b45e6ef3cb589101281.tar.xz
ansible-e8da1a05a0d3d49d0eea8b45e6ef3cb589101281.zip
Remove comment from keys names for ansible bug
-rwxr-xr-xscripts/auth-keys-from-fas1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auth-keys-from-fas b/scripts/auth-keys-from-fas
index f49c66cce..b288cc477 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)