mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-07-15 17:01:41 +00:00
seedling: Add /usr/local/system/providers to bus (#569)
This allows bundles to install providers in the persistent path Signed-off-by: mudler <mudler@c3os.io>
This commit is contained in:
parent
836a039e6b
commit
34c8ad827f
@ -32,7 +32,7 @@ type Bus struct {
|
||||
|
||||
func (b *Bus) LoadProviders() {
|
||||
wd, _ := os.Getwd()
|
||||
b.Manager.Autoload("agent-provider", "/system/providers", wd).Register()
|
||||
b.Manager.Autoload("agent-provider", "/system/providers", "/usr/local/system/providers", wd).Register()
|
||||
}
|
||||
|
||||
func (b *Bus) Initialize() {
|
||||
|
Loading…
Reference in New Issue
Block a user