Re: [Puppet Users] Puppet Forge max upload size?

2013-09-08 Thread William Van Hevelingen
Usually the module is responsible for downloading external dependencies.
You should add some execs to download the jar files rather than bundling
the jar files with the module.

Cheers,
William


On Wed, Sep 4, 2013 at 11:27 PM, vkanak...@gmail.com wrote:

 Hello,

 Can somebody here pass on the question to puppetforge maintainers please?
 I'm trying to upload a new release of my module which is about 25MB, but
 I'm getting an nginx error saying the size is too large. But the default
 install case for my module needs the bunch of jar files that come along
 with the stable release of the original software (solr). Can somebody tell
 me what is the max allowed size please? Is there any way to raise the
 upload size limit?

 Thanks,
 Vamsee.

 --
 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+unsubscr...@googlegroups.com.
 To post to this group, send email to puppet-users@googlegroups.com.
 Visit this group at http://groups.google.com/group/puppet-users.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Thanks,
William

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Puppet Users] Puppet Forge max upload size?

2013-09-08 Thread Vamsee Kanakala
On Sep 08 11:23, William Van Hevelingen wrote:
 Usually the module is responsible for downloading external dependencies.
 You should add some execs to download the jar files rather than bundling
 the jar files with the module.
 


Thanks William, somebody on IRC also suggested the same, so I used
exec+wget to download the files. The module is just about 250kb now :-)


Vamsee.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Puppet Users] Puppet Forge max upload size?

2013-09-05 Thread vkanakala
Hello,

Can somebody here pass on the question to puppetforge maintainers please? 
I'm trying to upload a new release of my module which is about 25MB, but 
I'm getting an nginx error saying the size is too large. But the default 
install case for my module needs the bunch of jar files that come along 
with the stable release of the original software (solr). Can somebody tell 
me what is the max allowed size please? Is there any way to raise the 
upload size limit?

Thanks,
Vamsee.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.