From 7ab7bc6571d96dee8211e66cda77267265930f3a Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 4 Jun 2013 19:01:59 +0000 Subject: [PATCH] enable port 80 on mirrorlists --- inventory/group_vars/mirrorlist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/mirrorlist b/inventory/group_vars/mirrorlist index 274f1c0a05..0830e5b708 100644 --- a/inventory/group_vars/mirrorlist +++ b/inventory/group_vars/mirrorlist @@ -15,3 +15,5 @@ install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size} # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file + +tcp_ports: [ 80 ] \ No newline at end of file