mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-16 07:08:41 +02:00
Merge pull request #15817 from Security-Onion-Solutions/feature/postgres
soup: drop --local from postgres.telegraf_users reconcile
This commit is contained in:
@@ -536,7 +536,10 @@ post_to_3.1.0() {
|
|||||||
[[ -n "$mid" ]] || continue
|
[[ -n "$mid" ]] || continue
|
||||||
/usr/sbin/so-telegraf-cred add "$mid" || echo " warning: so-telegraf-cred add $mid failed" >&2
|
/usr/sbin/so-telegraf-cred add "$mid" || echo " warning: so-telegraf-cred add $mid failed" >&2
|
||||||
done
|
done
|
||||||
salt-call --local state.apply postgres.telegraf_users queue=True || true
|
# Run through the master (not --local) so state compilation uses the
|
||||||
|
# master's configured file_roots; the manager's /etc/salt/minion has no
|
||||||
|
# file_roots of its own and --local would fail with "No matching sls found".
|
||||||
|
salt-call state.apply postgres.telegraf_users queue=True || true
|
||||||
|
|
||||||
POSTVERSION=3.1.0
|
POSTVERSION=3.1.0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user