Hi,
I’m using an ssh plugin that requires configuration like the following:
remotes {
host1 {
host = 'myFirstHost'
}
host2 {
host = 'mySecondHost'
}
}
If I retrieve the configuration data from an external source as a Map or Config object, is it possible to turn that into the above configuration?
Thanks!