Skip to content

Commit

Permalink
Clarify the defaults switched
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jan 18, 2019
1 parent d1b4659 commit b91ed13
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,22 @@ previous stable release.

### Foreman version compatibility notes

For Foreman 1.16 or older, please use the 9.x release series of this module.
The parameters `locations_enabled`, `organizations_enabled` and `authentication`
will only have any affect on Foreman 1.20 or older, in newer versions these
settings have been removed.

**Warning** Users configuring Foreman 1.20 and earlier will need to pay
particular attention. The defaults have been flipped and all user
authentication is turned off in version 11.

| Setting | module 11.x with 1.20 | module 10.x with 1.20 |
|----------------------------|-----------------------|-----------------------|
| `authentication` (`login`) | false | true |
| `locations_enabled` | true | false |
| `organizations_enabled ` | true | false |

For Foreman 1.16 or older, please use the 9.x release series of this module.

## Types and providers

`foreman_config_entry` can be used to manage settings in Foreman's database, as
Expand Down

0 comments on commit b91ed13

Please sign in to comment.