Skip to content

Commit

Permalink
Update allowed values for 'keep_configuration' in 'network' role.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Dec 29, 2024
1 parent 834598c commit 212e1cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ for emergencies or non-content releases).

## [Unreleased]

### Changed

- Updated allowed values for 'keep_configuration' in 'network' role,
to be compatible with systemd version 256 and higher.

## [24.2.0] - 2024-12-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/roles/network/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ argument_specs:
type: str
choices:
- static
- dhcp
- dhcp-on-stop
- dynamic
- dynamic-on-stop
- true
- false
ipv6_accept_ra:
Expand Down

0 comments on commit 212e1cb

Please sign in to comment.