Re: [Puppet Users] Push message from Windows Agent to Unix (puppet Master)

2013-12-20 Thread Jeff Bachtel
I don't think filebucket/file is really the technique you want here. You might be able to do this with exported file resources, but you should instead consider using cygwin and ssh for this, called from the end of your build job. It will be a far simpler and more performant solution. Jeff On

Re: [Puppet Users] Push message from Windows Agent to Unix (puppet Master)

2013-12-20 Thread Harshita Sinha
Thanks Jeff. Just to confirm on terminologies, is push different from copy ? I want to copy file from windows D:/puppet/Anshita.txt to Unix in /root/Harshita. My basic requirement is to copy the war and tar files from windows to Unix when the build is over in windows. Then when the tar is copied t

Re: [Puppet Users] Push message from Windows Agent to Unix (puppet Master)

2013-12-20 Thread Jeff Bachtel
(adding puppet-users@ back in case others have better information on handling filebuckets) On 12/20/2013 12:53 AM, Harshita Sinha wrote: Dear Jeff, Thanks for your guidance. Basically I want to achieve sending files from Windows to unix. I missed "push the file from windows to unix" in your

Re: [Puppet Users] Push message from Windows Agent to Unix (puppet Master)

2013-12-19 Thread Jeff Bachtel
Your default node definition does not define any resources. filebucket does not itself define a file, it defines a location where files are backed up to. If you're just beginning with Puppet, then the method for using a filebucket to distribute file content is not something you really want to