Skip to content

Commit b07ecb0

Browse files
authored
Fix some typos (#629)
1 parent 92492ba commit b07ecb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/sshd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Configure sshd.
77
- `sshd_password_authentication`: Optional bool. Whether to enable password login. Default `false`.
88
- `sshd_disable_forwarding`: Optional bool. Whether to disable all forwarding features (X11, ssh-agent, TCP and StreamLocal). Default `true`.
99
- `sshd_conf_src`: Optional string. Path to sshd configuration template. Default is in-role template.
10-
- `sshd_conf_dest`: Optional string. Path to destination for sshd configuration file. Default is `/etc/ssh/sshd_config.d/10-ansible.conf` which overides `50-{cloud-init,redhat}` files, if present.
10+
- `sshd_conf_dest`: Optional string. Path to destination for sshd configuration file. Default is `/etc/ssh/sshd_config.d/10-ansible.conf` which overrides `50-{cloud-init,redhat}` files, if present.

docs/production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ production-ready deployments.
1313
- `staging`: staging environment
1414

1515
A `dev` environment should also be created if considered required, or this
16-
can be left until later.,
16+
can be left until later.
1717

1818
These can all be produced using the cookicutter instructions, but the
1919
`production` and `staging` environments will need their

0 commit comments

Comments
 (0)