bundlewrap/bundles/sysctl/files/99-sysctl.conf
2021-06-04 07:28:26 +02:00

4 lines
108 B
Plaintext

% for option, value in sorted(node.metadata.get('sysctl/options', {}).items()):
${option}=${value}
% endfor