Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Avoid !!omap in repositories parameters #9

Closed
maxim-ge opened this issue Sep 21, 2017 · 2 comments
Closed

Avoid !!omap in repositories parameters #9

maxim-ge opened this issue Sep 21, 2017 · 2 comments
Assignees
Milestone

Comments

@maxim-ge
Copy link
Member

maxim-ge commented Sep 21, 2017

#12

@host6 host6 self-assigned this Sep 21, 2017
@host6 host6 added this to the 7.0 milestone Sep 21, 2017
@host6 host6 modified the milestones: 8.0, 9.0 Oct 2, 2017
@host6
Copy link
Member

host6 commented Oct 2, 2017

Clarify please: consider !!omap is present always?

@host6
Copy link
Member

host6 commented Jan 6, 2018

Following yaml is mapping, always considered as ordered map, !!omap is error:

node3(.*):
  prop3: value3

Following yaml is sequence, !!omap will be prepended:

- node3(.*):
    prop3: value3

Both sequence and mapping yamls are supported, both are ordered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants