bundlewrap/bundles/sysctl/files/99-sysctl.conf

4 lines
108 B
Plaintext
Raw Normal View History

2021-06-04 05:27:49 +00:00
% for option, value in sorted(node.metadata.get('sysctl/options', {}).items()):
${option}=${value}
% endfor