PlanktoScope / forklift

Composable, reprovisionable, decentralized management of apps & configs on Raspberry Pis and other embedded Linux systems
Apache License 2.0
8 stars 0 forks source link

Allow pallets to define feature flags which other pallets can reference in file imports #297

Closed ethanjli closed 4 weeks ago

ethanjli commented 1 month ago

This PR implements some functionality left out of #286 as part of #253, namely pallet feature flags which a pallet can define as an external interface of file groups for other pallets to import. The approach taken by this PR was roughly sketched out in https://github.com/PlanktoScope/forklift/issues/253#issuecomment-2335078426 .