Fix unit tests
This commit is contained in:
@@ -5,10 +5,7 @@
|
||||
{ self, clan-core, ... }:
|
||||
let
|
||||
# Usage see: https://docs.clan.lol
|
||||
clan = clan-core.lib.buildClan {
|
||||
meta.name = "miniclan";
|
||||
directory = self;
|
||||
};
|
||||
clan = clan-core.lib.buildClan { directory = self; };
|
||||
in
|
||||
{
|
||||
# all machines managed by Clan
|
||||
|
||||
5
templates/minimal/inventory.json
Normal file
5
templates/minimal/inventory.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"meta": { "name": "__CHANGE_ME__" },
|
||||
"machines": {},
|
||||
"services": {}
|
||||
}
|
||||
Reference in New Issue
Block a user