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",
        }

I found that, when the file size is small, the file is copied and the 
snippet works properly. But in my case the file size is of 5gb.
The following error is encountered:
...
...

Error: /Stage[main]/dump/File[copyingDB]: Failed to generate addition
al resources using 'eval_generate: end of file reached

Error: /Stage[main]/dump1/File[copyingDB]: Could not evaluate: end of
file reached Could not retrieve file metadata for 
puppet://puppet.server.com/modules/dump/dump1.zip: end of file reached
.....

...

The network bandwidth b/w server and client is of 100mbps.

Kindly provide assistance if I forgot something.

Regards, 
Pranay Manwatkar


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/ZO64ygOK5kkJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to