mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-07-14 21:03:10 +02:00
state.apply takes a single mods argument; space-separated names are not a list, so `state.apply postgres.auth postgres.telegraf_users` was only applying postgres.auth and silently dropping the telegraf_users state. Use comma-separated mods and add queue=True to match the rest of soup.