inventory: Add roles.<name>.description option and a warning if it is not set
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
# TODO: a client can only be in one instance, add constraint
|
||||
|
||||
roles.server = {
|
||||
|
||||
description = "A borgbackup server that stores the backups of clients.";
|
||||
interface =
|
||||
{ lib, ... }:
|
||||
{
|
||||
@@ -62,6 +62,7 @@
|
||||
};
|
||||
|
||||
roles.client = {
|
||||
description = "A borgbackup client that backs up to one or more borgbackup servers.";
|
||||
interface =
|
||||
{
|
||||
lib,
|
||||
|
||||
Reference in New Issue
Block a user