From 0f8b8f21d67d1ef2bccb66d4e3a8385dcf002521 Mon Sep 17 00:00:00 2001 From: "Nik Mohamad Aizuddin b. Nik Azmi" Date: Sat, 13 Mar 2021 06:39:36 +0800 Subject: [PATCH] feat(/etc/minion): Using new style for `module.run` --- salt/etc/minion | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salt/etc/minion b/salt/etc/minion index 8fc030f..4076525 100644 --- a/salt/etc/minion +++ b/salt/etc/minion @@ -272,6 +272,11 @@ # - /etc/salt/extra_config # - /etc/roles/webserver +# Using new module.run style +# See https://docs.saltproject.io/en/latest/ref/states/all/salt.states.module.html +use_superseded: + - module.run + ##### Minion module management ##### ##########################################