Skip to content

Conversation

thonixx
Copy link

@thonixx thonixx commented Dec 4, 2024

Hi, while setting up my netplan configuration I stumbled upon the issue that nameserver search variable and interfaces variable are requested as an array but the template files did not handle them as arrays. In order to get my netplan config working as expected, I needed to process the variables as an array.

Maybe there are other places where this needs to be adjusted but those were the two obvious ones in my case.

this applies to:
- nameservers search in several places
- interfaces for bonds and bridges

and removed some unnecessary trailing whitespaces
@thonixx thonixx changed the title Treat nameservers search variable as array Treat arrays as array Dec 4, 2024
@thonixx thonixx changed the title Treat arrays as array Treat arrays as array (nameserver search, interfaces) Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant