From 5220b5ae0c0f03bb4ce6668506b3d1984fc16b1c Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 14 Aug 2020 16:37:45 -0400 Subject: [PATCH] use new module.run style --- salt/patch/needs_restarting.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/patch/needs_restarting.sls b/salt/patch/needs_restarting.sls index f60909d22..40280d6e2 100644 --- a/salt/patch/needs_restarting.sls +++ b/salt/patch/needs_restarting.sls @@ -1,5 +1,5 @@ needs_restarting: module.run: - mine.send: - - func: needs_restarting.check + - name: needs_restarting.check - order: last