You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowing drop-in configs (i.e./etc/sbctl/sbct.conf.d/*.conf) would be nice for use in bigger setups, where sbctl is used on different machines with different requirements.
For example all machines should get custom db certificates, but some machines should also get Microsoft's certificates for Nvidia devices, so you could create /etc/sbctl/sbctl.conf.d/nvidia.conf containing
db_additions:
- microsoft
on machines with an nvidia card and use the same invocations of sbctl throughout all hosts.
This would introduce more complexity to the config parsing, but also allows distros shipping their own config, which users then still can override while keeping the distros defaults valid and updated on package upgrades.
The text was updated successfully, but these errors were encountered:
Allowing drop-in configs (i.e.
/etc/sbctl/sbct.conf.d/*.conf
) would be nice for use in bigger setups, where sbctl is used on different machines with different requirements.For example all machines should get custom db certificates, but some machines should also get Microsoft's certificates for Nvidia devices, so you could create
/etc/sbctl/sbctl.conf.d/nvidia.conf
containingon machines with an nvidia card and use the same invocations of sbctl throughout all hosts.
This would introduce more complexity to the config parsing, but also allows distros shipping their own config, which users then still can override while keeping the distros defaults valid and updated on package upgrades.
The text was updated successfully, but these errors were encountered: