Change request

Mike McGrath mmcgrath at redhat.com
Mon Jan 26 21:56:06 UTC 2009


On Mon, 26 Jan 2009, Mike McGrath wrote:

> I'd like to
>
> diff --git a/manifests/servergroups/phx.pp
> b/manifests/servergroups/phx.pp
> index 312b378..038caea 100644
> --- a/manifests/servergroups/phx.pp
> +++ b/manifests/servergroups/phx.pp
> @@ -10,6 +10,7 @@ class phx {
>    }
>    host { 'admin.fedoraproject.org':
>      ip => '10.8.32.121',
> +    alias => ['mirrors.fedoraproject.org',]
>    }
>    host { 'cvs.fedoraproject.org':
>      ip => '10.8.34.151',
>
>
> Can I get 2 +1's?
>

Actually I want that to go to an external IP so it'd be more like:

  host { 'mirrors.fedoraproject.org':
    ip => '66.35.62.166',
  }

	-Mike




More information about the infrastructure mailing list