diff --git a/apache.cf b/apache.cf index 6e1337f..df9c354 100644 --- a/apache.cf +++ b/apache.cf @@ -273,6 +273,9 @@ bundle agent apache_vhosts(sites) vars: "idx" slist => getindices(@(sites)); methods: - "any" usebundle => apache_vhost($(sites[$idx])); + "any" usebundle => apache_vhost(@(sites[$(idx)])); + +reports: + "IDXE $(idx)"; }