- 
    Bug 
- 
    Resolution: Done
- 
    Undefined 
- 
    ACM 2.8.0
- 
    None
When using the Policy Generator, when orderManifests is true, it's a signal that the user wants to have dependencies set for the manifests within. However, consolidateManifests defaults to true, so orderManifests won't really do anything unless consolidateManifests is also set to false.
As a convenience, we should set consolidateManifests accordingly so that this implementation detail is abstracted for the user.