diff options
| author | gideon-kuijt-northwave <gideon.kuijt@northwave-cybersecurity.com> | 2026-04-07 13:46:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-07 12:46:41 +0100 |
| commit | 16e6f21de8e90833e2284aeab6cd39d2e1482155 (patch) | |
| tree | 9c12dc7b817c4e234a6c3a15466372878ba0ea79 /changelogs | |
| parent | fdc70e9ce400c5551b9dd83a7c979ba0db8209ef (diff) | |
| download | vyos.vyos-16e6f21de8e90833e2284aeab6cd39d2e1482155.tar.gz vyos.vyos-16e6f21de8e90833e2284aeab6cd39d2e1482155.zip | |
T8205 Ensure the vyos_user module works when user properties are defined in… (#445)
* Ensure the vyos_user module works when user properties are defined in aggregate
Ensure the vyos_user module works when user properties are defined in aggregate. Previously the value variable is not filled when a property is configured as a property of a user. This gives a python error when the value variable is called.
* Add unit test for aggregate vyos_user module
* Create vyos_user_aggregate_fix.yml
Create changelog for vyos_user aggregate bugfix
* Rename vyos_user_aggregate_fix.yml to T8205_vyos_user_aggregate_fix.yml
* Rename T8205_vyos_user_aggregate_fix.yml to T8205_vyos_user_aggregate_fix.yml
Remove unintended whitespace in changelog fragment: T8205_vyos_user_aggregate_fix.yml
---------
Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com>
Co-authored-by: Daniil Baturin <daniil@baturin.org>
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/fragments/T8205_vyos_user_aggregate_fix.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/T8205_vyos_user_aggregate_fix.yml b/changelogs/fragments/T8205_vyos_user_aggregate_fix.yml new file mode 100644 index 00000000..b9f5dead --- /dev/null +++ b/changelogs/fragments/T8205_vyos_user_aggregate_fix.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - plugins/modules/vyos_user.py - Fix aggregate option when extra user properties are defined |
