You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notifier: Implement upgrade logic for notifier service
* If $update is enabled for git-clone, then add an exec resource
that checks the working copy, and if HEAD is not $branch tag,
then:
- fetch origin
- checkout tag (forced)
- clean working copy, which deletes stale node_modules (and also
config.json)
* The node_modules is updated given the 'creates' should evaluate
to false. Add notify to ensure service restart.
* The config.json file resource already ensures its own re-creation
and notification, hopefully Puppet merges the notifications, but
probably fine either way?
Revert the hiera change from notifier v4 back to v3 (was pushed to
staging only, and didn't do anything), so that I check first test
that this change doesn't cause any churn on repeat runs by itself,
and then test that the upgrade works.
0 commit comments