Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix acceptance hang #264

Merged
merged 1 commit into from
Aug 20, 2015
Merged

Fix acceptance hang #264

merged 1 commit into from
Aug 20, 2015

Conversation

hunner
Copy link

@hunner hunner commented Aug 20, 2015

The ssh-keygen is waiting for a 'y' to confirm overwrite, and the test hangs.

The ssh-keygen is waiting for a 'y' to confirm overwrite, and the test hangs.
underscorgan pushed a commit that referenced this pull request Aug 20, 2015
@underscorgan underscorgan merged commit ac6e22e into puppetlabs:master Aug 20, 2015
@@ -32,7 +32,7 @@

# create ssh keys
shell('mkdir -p /home/testuser-ssh/.ssh')
shell('ssh-keygen -q -t rsa -f /home/testuser-ssh/.ssh/id_rsa -N ""')
shell('echo -e \'y\n\'|ssh-keygen -q -t rsa -f /home/testuser-ssh/.ssh/id_rsa -N ""')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes? :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants