diff --git a/modules/aggregator/config-templates/module_aggregator.php b/modules/aggregator/config-templates/module_aggregator.php index 1c2d851c00a949a14b2acdaf86e042ee216f2673..f941fa38fe7c10288658d4b8b87f9736ceb31df3 100644 --- a/modules/aggregator/config-templates/module_aggregator.php +++ b/modules/aggregator/config-templates/module_aggregator.php @@ -6,14 +6,14 @@ $config = array( /* List of aggregators. */ 'aggregators' => array( 'example' => array( - 'source' => array( + 'sources' => array( array('type' => 'flatfile'), /* Metadata from metadata-directory. */ array('type' => 'xml', 'url' => 'https://idp.example.org/Metadata'), array('type' => 'xml', 'file' => 'static-metadata.xml'), ), ), 'example2' => array( - 'source' => array( + 'sources' => array( array('type' => 'xml', 'url' => 'https://idp.example.org/Metadata2'), ), 'set' => 'saml2',