Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unintended restart of template siblings
Consider the case where [email protected] is an available template. When creating a [email protected] it will share the same base .conf as an existing [email protected], but we do not expect to restart bar just because foo is instantiated. Up until this change, all template siblings were considered "dirty" if a new one was created or updated. Skipping realpath() for all files that have a '@' works around the problem. Signed-off-by: Joachim Wiberg <[email protected]>
- Loading branch information