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

3 lines
108 B
Text

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