Inventory: add new module class: class='clan'
This commit is contained in:
4
lib/inventory/tests/clanModule/README.md
Normal file
4
lib/inventory/tests/clanModule/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
features = [ "inventory" ]
|
||||
---
|
||||
Description
|
||||
6
lib/inventory/tests/clanModule/roles/default.nix
Normal file
6
lib/inventory/tests/clanModule/roles/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
_class = "clan";
|
||||
perInstance = { };
|
||||
perService = { };
|
||||
}
|
||||
Reference in New Issue
Block a user