Loading
vmalert: Fail if encountering missing rule paths
Previously, when using toString for interpolating paths, the build process wouldn't attempt to copy the given path into the store; that would then result in hard-to-debug errors when running the vmalert service (it launches, but treats the missing as a non-issue, so you run with no alerting). Instead, use string interpolation to resolve the file from the given path. This properly fails the build if a missing file is referenced.