Issue #4100 has been updated by Chris Ferry.

Can't attach patch.
Get an internal error.  Sorry caused 2 ticket dupes due to that.

"Internal error

An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine 
administrator for assistance.

Back"

Here's patch:
*** yumrepo.rb  2010-06-30 11:21:49.000000000 -0400
--- yumrepo.rb.cf       2010-06-30 11:21:35.000000000 -0400
***************
*** 322,327 ****
--- 322,333 ----
              newvalue(%r(roundrobin|priority)) { }
          end
  
+         newproperty(:http_caching, :parent => Puppet::IniProperty) do
+             desc "Either 'packages' or 'all' or 'none'.\n#{ABSENT_DOC}"
+             newvalue(:absent) { self.should = :absent }
+             newvalue(%r(packages|all|none)) { }
+         end
+ 
          newproperty(:keepalive, :parent => Puppet::IniProperty) do
              desc "Either '1' or '0'. This tells yum whether or not HTTP/1.1
                keepalive  should  be  used with this 
repository.\n#{ABSENT_DOC}"
----------------------------------------
Feature #4100: yumrepo type doesn't support http_caching
http://projects.puppetlabs.com/issues/4100

Author: Chris Ferry
Status: Unreviewed
Priority: Normal
Assigned to: 
Category: yumrepo
Target version: 
Affected version: 0.25.5
Keywords: 
Branch: 


Could we add this?

See attached patch.

Works for me.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to