What steps will reproduce the problem?
Config as such:
```
storage = "foo"
host "bazhost"
storage = {
foo = "bar"
}
```
Something opens store "not-foo" on host "bazhost". Because this is not present in the local storage option, it gets internal. This may be unexpected.
What steps will reproduce the problem? Config as such: ``` storage = "foo" host "bazhost" storage = { foo = "bar" } ``` Something opens store "not-foo" on host "bazhost". Because this is not present in the local storage option, it gets internal. This may be unexpected.