Files
clan-core/clanServices/packages
pinpox c36935d81a clanServices/packages: fix deprecated test name
- fix test name to new format
- regenerate vars via update-vars
2025-10-19 14:51:54 +02:00
..

This service is meant to be consumed by the UI / API, and exposes a JSON serializable interface to add packages to a machine over the inventory.

The example below demonstrates installing the "cbonsai" application to a machine named "server.

instances.packages = {
    roles.default.machines."server".settings = {
        packages = [ "cbonsai" ];
    };
};