Skip to content

Commit a4ea997

Browse files
authored
Merge pull request #796 from stackhpc/typo-fixes
Fix various typos
2 parents 5bedf73 + 3b4be85 commit a4ea997

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

ansible/roles/firewalld/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Restart filewalld
2+
- name: Restart firewalld
33
ansible.builtin.service:
44
name: firewalld
55
state: restarted

ansible/roles/firewalld/tasks/runtime.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
- name: Apply filewalld configs # noqa: args[module]
2+
- name: Apply firewalld configs # noqa: args[module]
33
ansible.posix.firewalld: "{{ item }}"
4-
notify: Restart filewalld
4+
notify: Restart firewalld
55
loop: "{{ firewalld_configs }}"
66

77
- ansible.builtin.meta: flush_handlers
8-
- name: Ensure filewalld state
8+
- name: Ensure firewalld state
99
ansible.builtin.systemd:
1010
name: firewalld
1111
state: "{{ firewalld_state }}"

ansible/roles/nhc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To enable node health checks, ensure the `nhc` group contains the `compute` grou
2121
compute
2222
```
2323

24-
When the `anisble/site.yml` playbook is run this will automatically:
24+
When the `ansible/site.yml` playbook is run this will automatically:
2525

2626
1. Add NHC-related configuration to the `slurm.conf` Slurm configuration file.
2727
The default configuration is defined in `openhpc_config_nhc`

docs/sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This sequence applies to both:
88
control,login,compute inventory groups to install all packages, e.g. StackHPC
99
CI builds
1010
- "extra" builds, starting from StackHPC images and using selected inventory
11-
groups to add specfic features for a site-specific image.
11+
groups to add specific features for a site-specific image.
1212

1313
Note that a generic Pulp server is shown in the below diagram. This may be
1414
StackHPC's Ark server or a local Pulp mirroring Ark. It is assumed a local Pulp

environments/common/inventory/groups

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ cluster
8484
# https://www.fail2ban.org/wiki/index.php/Main_Page
8585

8686
[firewalld:children]
87-
# Hosts to install firewalld on - see ansible/roles/filewalld
87+
# Hosts to install firewalld on - see ansible/roles/firewalld
8888
fail2ban
8989

9090
[basic_users]

0 commit comments

Comments
 (0)