From 043bbd3bc579c3225b4e7c3c5f8066ee83d0401a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jul 2013 20:20:15 +0000 Subject: [PATCH] Fix syntax --- inventory/group_vars/koji-hub-secondary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/koji-hub-secondary b/inventory/group_vars/koji-hub-secondary index 7f20b3eef5..775703053d 100644 --- a/inventory/group_vars/koji-hub-secondary +++ b/inventory/group_vars/koji-hub-secondary @@ -6,5 +6,5 @@ num_cpus: 4 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file -tcp_ports: [ 80 443 ] +tcp_ports: [ 80, 443 ] fas_client_groups: sysadmin-build,sysadmin-noc