Commit 205a09a
authored
Fix: Mismatch between plugin cfg name and its internal name (#3334)
When generating config scripts (or mapped config files), the dots
in plugin names are changed into "@" to avoid the Box dot-parsing
functionality. That was not taken into account when comparing config
names with skip_config list, resulting in mappings that had no
corresponding config files.
This simple change fixes that problem
Also: updated the platform integration test to use both config
deployment methods (scripts and Ansible).1 parent a27641e commit 205a09a
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments