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-us...@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