SUSE / caasp-salt

A collection of salt states used to provision a kubernetes cluster
Apache License 2.0
64 stars 29 forks source link

update.sls: using wrong module to start timer #774

Closed jvanz closed 5 years ago

jvanz commented 5 years ago

A previous commit trying to start the transactional-update timer is wrong. The right module is service.start. The current orchestration step fails to start the timer, but does not fail the whole orchestration. To fix that, a new step has been added to start the timer after re enabling it. Unfortunately, the start/enable state functions do not allow do both steps at once.

Signed-off-by: José Guilherme Vanz jguilhermevanz@suse.com