summaryrefslogtreecommitdiffstats
path: root/run.php
blob: e68e4d4c63a23fa59da2a03a43015acbdc6940a4 (plain)
1
2
3
4
5
6
7
<?php
// Icinga Web 2 X.509 Module | (c) 2018 Icinga GmbH | GPLv2

require_once __DIR__ . '/vendor/autoload.php';

$this->provideHook('director/ImportSource', '\\Icinga\\Module\\X509\\ProvidedHook\\HostsImportSource');
$this->provideHook('director/ImportSource', '\\Icinga\\Module\\X509\\ProvidedHook\\ServicesImportSource');