forked from jgraichen/salt-tower
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup strategies from merged pillars
If a merge strategy (__: something) had been present in a pillar that didn't need merging at all, it wasn't removed. This resulted in the `__` key being present in the final pillar. This change deeply scrubs merging strategy keys from pillar data. Due to this scrubbing, which essentially rebuilds all nested dicts and lists on merge, the previous deepcopy isn't needed anymore.
- Loading branch information
Showing
3 changed files
with
49 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters