Skip to content

Commit

Permalink
(docs) Document special value for yumrepo's proxy attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nfagerlund committed Aug 22, 2014
1 parent 14a85f7 commit 4be5411
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/puppet/type/yumrepo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,10 @@
end

newproperty(:proxy) do
desc "URL to the proxy server for this repository. #{ABSENT_DOC}"
desc "URL of a proxy server that Yum should use when accessing this repository.
This attribute can also be set to `'_none_'`, which will make Yum bypass any
global proxy settings when accessing this repository.
#{ABSENT_DOC}"

newvalues(/.*/, :absent)
validate do |value|
Expand Down

0 comments on commit 4be5411

Please sign in to comment.