hi,

I'm trying to run the following manifest on my puppet agent: (snippet)

   package { 'check_mk-agent-logwatch-1.2.3i1-1.noarch':
      provider => 'rpm',
      ensure   => installed,
      source   => 'http : // 
mathias-kettner.de/download/check_mk-agent-logwatch-1.2.3i1-1.noarch.rpm',
      require  => Package['xinetd']
   }

(please note that i had to change the link in the manifest because of 
insufficient karma.

This results in an error:

Execution of '/bin/rpm -i http : 
//mathias-kettner.de/download/check*mk-agent-1.2.3i1-1.noarch.rpm' 
returned 1: curl: (7) couldn't connect to host error: skipping http : 
//mathias-kettner.de/download/check*mk-agent-1.2.3i1-1.noarch.rpm - 
transfer failed

Now here is the clue: my company doesnt want to set a globaly proxy on our 
services (e.g. export=http-proxy ...).

Is there any other way to "tell" puppet to use our http-proxy for the 
installation?

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


Reply via email to