Trey,
I would recommend changing all your clients to use a service name for
the munki server. This can be achieve using DNS (BIND alias syntax
follows):
munki IN CNAME
linuxserver.com
A service name allow you to change your munki web server by updating
DNS to use the new server without having to touch any clients. If you
use a redirect, then you will need to keep
macserver.com and its
webserver running to do the redirects.
By using "munki" as the service name, you are leveraging the sane
default munki uses when it is first installed.
This doesn't address your redirect question, but I hope it was helpful
in solving your problem.
Raúl
On Jul 22, 6:52 pm, treydock <
treyd...@gmail.com> wrote:
> I'm in the process of moving my Munki repo to a new server, and would
> like to begin sending all current traffic to that new server, and
> figured the simplest way would be to just redirect all traffic using
> htaccess.
>
> My current munki repo, for the sake of an example, exists athttp://
macserver.com/repo/munki. Until my campus' DNS records
> update, I'd like things to point tohttp://
linuxserver.com/repo/munki.
> Here's the .htaccess I placed at the root of my munki repo...
>
> Redirect permanent /
http://linuxserver.com/
>
> In a browser I can go tohttp://
macserver.com/repo/munki/manifests/testing
> , and it correctly redirects me to the new server,
http://linuxserver.com/repo/munki/manifests/testing. However when