We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is not documented but one would expect that removing values using the knockout prefix would work with base type arrays.
Windows Features defined in the role:
WindowsFeatures: Names: - File-Services - Feature1
Windows Features defined on the node:
WindowsFeatures: Names: - --Feature1
Actual RSOP:
WindowsFeatures: Names: - File-Services AllNodes\Dev\DSCFile01 - --Feature1 AllNodes\Dev\DSCFile01 - Feature1 Roles\FileServer - -Telnet-Client Baselines\Security
Expected RSOP:
WindowsFeatures: Names: - File-Services AllNodes\Dev\DSCFile01 - -Telnet-Client Baselines\Security
The datum.yml definition for merging and knockout looks like this:
datum.yml
WindowsFeatures: merge_hash: deep WindowsFeatures\Names: merge_basetype_array: Unique merge_options: knockout_prefix: --
I am currently working on code to make this working.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is not documented but one would expect that removing values using the knockout prefix would work with base type arrays.
Windows Features defined in the role:
Windows Features defined on the node:
Actual RSOP:
Expected RSOP:
The
datum.yml
definition for merging and knockout looks like this:I am currently working on code to make this working.
The text was updated successfully, but these errors were encountered: