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

4 lines
108 B
Plaintext

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