Add Users to show/config file

This commit is contained in:
Alexander Fuhr 2015-06-12 13:41:38 +02:00
parent 8ae4ed6bfa
commit ce51563356
2 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class IcingaConfig
->createFileFromDb('command')
->createFileFromDb('host')
->createFileFromDb('service')
->createFileFromDb('user')
;
return $this;
}

View File

@ -0,0 +1,7 @@
<?php
namespace Icinga\Module\Director\IcingaConfig;
class IcingaUsersConfigFile extends IcingaConfigFile
{
}