Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/mig'
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Mar 18, 2024
2 parents 3d4b8ab + aac729b commit 83e68ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,8 @@ if previously instantiated.
**default_value** = `false`
Determines whether the base image packages will be upgraded during the first boot or not. By default,
all packages are upgraded. If `skip_upgrade` set to `true`, no package will be upgraded on first boot.
If true, the base image packages will not be upgraded during the first boot. By default,
all packages are upgraded.
**Post build modification effect**: No effect on currently built instances. Ones created
after the modification will take into consideration the new value of the parameter to determine
Expand Down Expand Up @@ -1515,7 +1515,7 @@ fail2ban keeps a list of ip addresses that are allowed to fail to login without
time. To add an ip address to that list, add the following lines
to the variable `hieradata` in `main.tf`:
```yaml
fail2ban::ignoreip:
fail2ban::whitelist:
- x.x.x.x
- y.y.y.y
```
Expand Down

0 comments on commit 83e68ce

Please sign in to comment.