de87cdc816
When the template hook Update() method is called it may recreate the template manager if the Nomad or Vault token has been updated. This caused the new template manager did not have a driver handler because this was only being set on the Poststart hook, which is not called for inplace updates.
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
```release-note:bug
|
|
template: Fixed a bug that caused the chage script to fail to run
|
|
```
|