bundles/raspberrypi: do not set empty default for config.txt

This commit is contained in:
Franzi 2020-10-09 17:46:36 +02:00
parent c953d138ee
commit a955a7b84d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 1 additions and 2 deletions

View file

@ -11,6 +11,6 @@ force_turbo=1
arm_64bit=1
% endif
% for item in sorted(node.metadata['raspberrypi']['config.txt']):
% for item in sorted(node.metadata['raspberrypi'].get('config.txt', set())):
${item}
% endfor