CERIT-SC / puppet-tuned

Puppet module for Tuned
MIT License
0 stars 21 forks source link

do not fail on an empty profile file #20

Closed duritong closed 1 year ago

duritong commented 2 years ago

File.foreach() returns an array on nil ([nil]) on an empty file.

Make sure we don't fall over that one.