Commit 1191289
Move atribute to spec as local var (#142)
* Move attribute to local vars.
Move to local variable to avoid breaking test when passing additional attributes file without max_auth_tries.
Also refactored variable to sshd_max_auth_retries for clarity
Signed-off-by: kiwivogel <cruncniemuchie@hotmail.com>
* fix reference to sshd_max_auth_tries attribute
Signed-off-by: kiwivogel <cruncniemuchie@hotmail.com>1 parent f78c60e commit 1191289
2 files changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
225 | | - | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 10 | + | |
0 commit comments