[PATCH] add IPv6 addresses for apache VirtualHost stanzas

Jeff Garzik jgarzik at pobox.com
Fri Aug 28 21:45:19 UTC 2009


On 08/28/2009 05:11 PM, Matt Domsch wrote:
> From: Matt Domsch<mdomsch at puppet1.fedora.phx.redhat.com>
>
> ---
>   manifests/servergroups/proxy.pp |   23 +++++++++++++++++++++++
>   1 files changed, 23 insertions(+), 0 deletions(-)
>
> diff --git a/manifests/servergroups/proxy.pp b/manifests/servergroups/proxy.pp
> index bfa0481..eeb9e19 100644
> --- a/manifests/servergroups/proxy.pp
> +++ b/manifests/servergroups/proxy.pp
> @@ -22,6 +22,7 @@ class proxy {
>               "66.35.62.162",
>               "80.239.156.214",
>               "152.46.7.221",
> +            "[2610:28:200:1::fed0:1]",
>           ],
>           server_aliases =>  [ "stg.fedoraproject.org" ],
>           ssl            =>  true,

No objection/comment on the IPv6 portion of this patch.

I'm surprised these highly repetitive address lists are not 
auto-generated from a flat file (or other database), though.

	Jeff





More information about the Fedora-infrastructure-list mailing list