SUSE / caasp-salt

A collection of salt states used to provision a kubernetes cluster
Apache License 2.0
64 stars 29 forks source link

Remove custom module caasp_http #755

Closed MalloZup closed 5 years ago

MalloZup commented 5 years ago

This module was required so we can pass options like http_request_timeout to the final query call without having to modify the minion global configuration.

This has been implemented in Salt 2018.3.0 version: https://github.com/saltstack/salt/commit/f72c2820f2d68f50e0919327a677f4ad8a5584b5

So we can remove our custom module.

MalloZup commented 5 years ago

backporting to 30 thx