Displaying 1 result from an estimated 1 matches for "copyingdb".
Did you mean:
copying
2013 Jan 16
1
End of file reached, while copying large files from modules to client
Hi,
I am trying to copy a file from puppet server''s module to the Windows
machine client
The following snippet is from init.pp of a module:
file {''copyingDB'':
ensure => file,
path => ''C:/dump/dump1.zip'',
require => File[''dump''],
mode => 0777,
source =>
"puppet://puppet.server.com/modules/dump/dump1.zip",...