ffrank / puppet-mgmtgraph

The mgmt translator for Puppet manifests
Other
11 stars 4 forks source link

avoid spawning parameters when they get no value #15

Closed ffrank closed 5 years ago

ffrank commented 5 years ago

We ran into issue when the YAML for mgmt contained unused empty values such as content for file resources that didn't manage content. If the block for a given spawned parameter returns nil, the translation engine will stop spawning the parameter in the first place.

Fixes #11