Mike Reeves
155b5c5d66
fix: consistent allowed_states guard in postgres.schema_pillar
...
Same `sls.split('.')[0]` pattern as ext_pillar_postgres + pg_notify_pillar_engine.
For sls='postgres.schema_pillar' the split happened to evaluate 'postgres',
which is in manager_states, so the guard worked accidentally — but it would
break silently if anyone ever moved the file under a deeper SLS path. Switch
to a literal `{% if 'postgres' in allowed_states %}` for the same intent-
revealing pattern as the master.d guards.
2026-05-04 19:25:14 -04:00
..
2025-05-30 12:50:59 -04:00
2026-03-16 16:58:39 -04:00
2025-12-02 11:16:08 -06:00
2026-04-21 09:42:41 -04:00
2026-03-18 09:46:45 -04:00
2026-04-08 10:58:52 -04:00
2026-05-01 12:57:59 -05:00
2025-12-11 17:30:06 -05:00
2026-04-21 09:33:47 -04:00
2026-03-19 17:19:42 -04:00
2026-05-04 10:52:37 -05:00
2026-03-19 12:35:38 -04:00
2026-04-30 09:46:28 -05:00
2026-04-24 09:24:58 -05:00
2026-04-29 09:09:50 -04:00
2026-04-23 13:56:41 -04:00
2026-03-18 09:46:45 -04:00
2026-03-19 12:35:38 -04:00
2025-12-02 11:16:08 -06:00
2026-03-23 16:26:56 -04:00
2026-04-09 10:18:36 -04:00
2026-04-09 10:18:36 -04:00
2026-04-22 20:38:13 -05:00
2026-04-24 13:56:35 -04:00
2025-10-30 11:02:36 -04:00
2026-03-06 15:45:36 -05:00
2026-03-19 12:35:38 -04:00
2026-05-04 16:19:17 -04:00
2026-03-23 09:55:31 -04:00
2026-03-18 09:46:45 -04:00
2026-05-01 09:31:48 -04:00
2026-03-19 14:39:10 -04:00
2026-03-10 16:09:32 -04:00
2026-05-04 19:25:14 -04:00
2026-05-01 09:31:48 -04:00
2026-03-19 12:35:38 -04:00
2026-03-19 12:35:38 -04:00
2026-03-16 16:58:39 -04:00
2026-05-04 19:17:30 -04:00
2026-03-18 09:46:45 -04:00
2026-03-19 14:41:49 -04:00
2025-08-04 15:25:26 -04:00
2026-04-28 15:46:56 -04:00
2026-01-07 14:14:57 -05:00
2026-03-23 14:04:48 -05:00
2025-10-14 11:03:00 -04:00
2026-05-04 12:09:35 -04:00
2026-04-09 10:18:36 -04:00
2026-04-22 10:55:15 -04:00
2026-04-20 16:03:02 -04:00
2026-03-18 09:46:45 -04:00
2025-08-04 15:25:26 -04:00
2026-04-06 10:12:37 -04:00
2026-04-28 10:15:47 -04:00
2025-07-22 11:52:50 -04:00
2026-04-08 10:58:52 -04:00