Skip to content

Commit

Permalink
Remove outdated providers docs
Browse files Browse the repository at this point in the history
apipie-based providers (and the `foreman_hostgroup` type completely)
were removed in #663

This updates the README to reflect this.
  • Loading branch information
alexjfisher authored and ekohl committed Oct 6, 2021
1 parent d84fb8e commit c96237e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,10 @@ This module targets Foreman 2.4+.
## Types and providers

`foreman_config_entry` can be used to manage settings in Foreman's database, as
seen in _Administer > Settings_. Provides:

* `cli` provider uses `foreman-rake` to change settings (default)

`foreman_hostgroup` can create and manage host group in Foreman's database.
Providers:

* `rest_v2` provider uses API v2 with apipie-bindings and OAuth (default)
seen in _Administer > Settings_. The `cli` provider uses `foreman-rake` to change settings.

`foreman_smartproxy` can create and manage registered smart proxies in
Foreman's database. Providers:

* `rest_v3` provider uses API v2 with Ruby HTTP library, OAuth and JSON (default)
* `rest_v2` provider uses API v2 with apipie-bindings and OAuth
Foreman's database. The `rest_v3` provider uses the API with Ruby's HTTP library, OAuth and JSON.

## Foreman ENC via hiera

Expand Down

0 comments on commit c96237e

Please sign in to comment.