Перед следующей ошибкой
"State 'postgres.user_update' was not found in SLS"
для следующего файла sls
postgres_user_update: postgres.user_update: - username : postgres - host : rhapsody-test4dde - port : 5432 - password : 1235
Есть ли отведения?
postgres.user_update - это функция модуля выполнения, а не функция модуля состояния.Я считаю, что вы ищете postgres_user.present
postgres.user_update
postgres_user.present
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.postgres_user.html#module-salt.states.postgres_user
Документация по исполнительному модулю Postgres: https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.postgres.html#module-salt.modules.postgres