X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=types%2Fproxy.pp;h=ac00222f0800126a5150b536502719d0a184ef54;hb=refs%2Fheads%2Frelease-prep;hp=0aae3954a87521555b1ff2fe189c000494fe79e8;hpb=d6069a619ce1b30f19014932f81e83f445c846e6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/types/proxy.pp b/types/proxy.pp index 0aae395..ac00222 100644 --- a/types/proxy.pp +++ b/types/proxy.pp @@ -17,10 +17,12 @@ # type Apt::Proxy = Struct[ { - ensure => Optional[Enum['file', 'present', 'absent']], - host => Optional[String], - port => Optional[Integer[0, 65535]], - https => Optional[Boolean], - direct => Optional[Boolean], + ensure => Optional[Enum['file', 'present', 'absent']], + host => Optional[String], + port => Optional[Integer[0, 65535]], + https => Optional[Boolean], + https_acng => Optional[Boolean], + direct => Optional[Boolean], + perhost => Optional[Array[Apt::Proxy_Per_Host]], } ]