Problem Overview Recently, we wanted to have a file into which certain pieces of, potentially disparate, pillar data could be dropped into. The format of this data should remain as YAML, so using the file.serialize state function seemed a likely candidate to for use. I began testing with the serialize function setting…