[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 al

[Puppet Users] [X-POST][ANN] DevOpsDays India 2013

2013-10-17 Thread vkanakala
Hi all, This year we are hosting third DevOpsDays India in Bangalore on November

[Puppet Users] rspec-puppet: mocking included params class in defines

2013-12-24 Thread vkanakala
Hi all, I'm trying to test a defined type that looks like this: define app_setup::app($app_name = $title) { include app_setup::params $app_host = $app_setup::params::app_hosts[$app_name]['url'] $app_port = $app_setup::params::app_hosts[$app_name]['port'] $deploy_user= $ap