I messed up a long time ago when I made noc03 (which became the new RHEL7 noc01): [codeblock@lockbox01 puppet]$ host 192.168.1.137 137.1.168.192.in-addr.arpa domain name pointer noc03.vpn.fedoraproject.org. 137.1.168.192.in-addr.arpa domain name pointer resultsdb01.vpn.fedoraproject.org. This doesn't matter much anymore because noc03 is now noc01, but I'd like to fix it up. Before I push the DNS change, I want to remove the (only) reference to noc03 in puppet, which is on the proxies so requires +1's. It just nukes two lines that were left over from testing the move to RHEL7. Patch follows: commit b55289c1dba98f8c5cd9b22f34b730427c982ee1 Author: Ricky Elrod <codeblock@xxxxxxxxxxxxxxxxx> Date: Wed Oct 22 03:42:40 2014 +0000 Nuke references to old noc03 Signed-off-by: Ricky Elrod <codeblock@xxxxxxxxxxxxxxxxx> diff --git a/modules/httpd/files/nagios.conf b/modules/httpd/files/nagios.conf index ad6b0fb..22fd319 100644 --- a/modules/httpd/files/nagios.conf +++ b/modules/httpd/files/nagios.conf @@ -3,6 +3,3 @@ ProxyPassReverse /nagios http://noc01/nagios ProxyPass /nagios-external http://noc02/nagios-external ProxyPassReverse /nagios-external http://noc02/nagios-external - -ProxyPass /nagios-just-a-test http://noc03/nagios-just-a-test -ProxyPassReverse /nagios-just-a-test http://noc03/nagios-just-a-test
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure