Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Lists don't get applied correctly #5

Closed
charlie-haley opened this issue Aug 22, 2022 · 0 comments · Fixed by #6
Closed

Lists don't get applied correctly #5

charlie-haley opened this issue Aug 22, 2022 · 0 comments · Fixed by #6
Labels
bug Something isn't working

Comments

@charlie-haley
Copy link
Owner

Applying lists doesn't work correctly, if I have the following VyConfigure YAML values and try to add a new item to the list:

mdns:
  repeater:
    interface:
    - eth1.10

It returns a result like this:

Changes to be applied:
+ set service mdns repeater interface

Expected

The apply should output something like this:

Changes to be applied:
+ set service mdns repeater interface eth1.10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant