Hello, I am new to puppet and was trying to build a module to automate the server deployment. I was trying to checkout a repository with svn from the module i am writing. I have the following code for the checking out with vcsrepo. vcsrepo { "the/path": ensure => present, provider => svn, source => "svn+ssh://repo" } When i try running puppet agent -t --server <master> i get the following error: *Error: Execution of '/usr/bin/svn --non-interactive checkout svn+ssh://repo' returned 1: svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.* *svn: Network connection closed unexpectedly* I have added the private key on to my client machine so that i dont have to enter the password again and again. What should i do? I hope i have explained the problem good enough..Waiting for your help guys. Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/e3e7ee06-be88-4f18-bc85-baaf59c87b7c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.