diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index c25358418..0adffef86 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -496,7 +496,7 @@ post_to_3.1.0() { # container. Then push a telegraf state to every minion so their telegraf.conf # picks up the new credentials on the first apply after soup. echo "Provisioning Telegraf Postgres users for existing minions." - salt-call --local state.apply postgres.auth postgres.telegraf_users || true + salt-call --local state.apply postgres.auth,postgres.telegraf_users queue=True || true POSTVERSION=3.1.0 }