Hey Guys, I wrote some custom facts that generate about 80 additional facts. It parses the output of the HP SmartArray command line utility, ''hpacucli''. I am also used stored configs. puppetd sends the facts to the puppetmaster by using a get request. The server does not accept the request as the URL is too long, I realize I could probably tweak this on the server side. But my question is this. Is there any way to switch to using POST instead of GET? I looked at the --genconfig output of puppetd and did not see an option for this. It seems to me that doing a post should be the default anyway, unless there is a specific reason for using GET. I appreciate any insight into this issue. - Dan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1> puppetd sends the facts to the puppetmaster by using a get request. > The server does not accept the request as the URL is too long, I > realize I could probably tweak this on the server side. But my > question is this.which version of puppet are you using? This have been - eh - disarmed in more recent versions.> Is there any way to switch to using POST instead of > GET? I looked at the --genconfig output of puppetd and did not see an > option for this. It seems to me that doing a post should be the > default anyway, unless there is a specific reason for using GET.as you GET a catalog the REST-base modeling approach advises that this is a GET operation. you''ll find more about this discussion in the related bugreport as well the discussion on the -dev list. cheers pete -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkuiehEACgkQbwltcAfKi397DwCeM/vAUxSpQpKha8dKGmRp1UJD N4cAn2sJtHKViSSh4nSiSzzEywozCznM =WO0z -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I am using 0.25.4 but I am running the puppetmaster through mod_passenger. I just recently switched over from the standalone puppetmaster because we are deploying a lot more systems now and I want to avoid any performance problems. I suppose this very well could be fixed. For those using mod_passenger I simply added the following line to my Apache configuration ''LimitRequestLine 32760''. The default for Apache 2.2 is 8190, I just quadrupled it. I''m not really worried about the possible implications as this server is not publicly available. On Mar 18, 3:08 pm, Peter Meier <peter.me...@immerda.ch> wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > puppetd sends the facts to the puppetmaster by using a get request. > > The server does not accept the request as the URL is too long, I > > realize I could probably tweak this on the server side. But my > > question is this. > > which version of puppet are you using? This have been - eh - disarmed in > more recent versions. > > > Is there any way to switch to using POST instead of > > GET? I looked at the --genconfig output of puppetd and did not see an > > option for this. It seems to me that doing a post should be the > > default anyway, unless there is a specific reason for using GET. > > as you GET a catalog the REST-base modeling approach advises that this > is a GET operation. you''ll find more about this discussion in the > related bugreport as well the discussion on the -dev list. > > cheers pete > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org > > iEYEARECAAYFAkuiehEACgkQbwltcAfKi397DwCeM/vAUxSpQpKha8dKGmRp1UJD > N4cAn2sJtHKViSSh4nSiSzzEywozCznM > =WO0z > -----END PGP SIGNATURE------- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.