Franziska Kunsmann
e51e1113bb
The debian systemd will silently overwrite /etc/sysctl.d/99-sysctl.conf with a symlink to /etc/sysctl.conf. We don't want that.
3 lines
108 B
Text
3 lines
108 B
Text
% for option, value in sorted(node.metadata.get('sysctl/options', {}).items()):
|
|
${option}=${value}
|
|
% endfor
|