Fixed: acces to site[index]
This commit is contained in:
parent
e5f2db9f9f
commit
8d36fbc71f
|
@ -273,6 +273,9 @@ bundle agent apache_vhosts(sites)
|
||||||
vars:
|
vars:
|
||||||
"idx" slist => getindices(@(sites));
|
"idx" slist => getindices(@(sites));
|
||||||
methods:
|
methods:
|
||||||
"any" usebundle => apache_vhost($(sites[$idx]));
|
"any" usebundle => apache_vhost(@(sites[$(idx)]));
|
||||||
|
|
||||||
|
reports:
|
||||||
|
"IDXE $(idx)";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue