4 lines
125 B
Text
4 lines
125 B
Text
|
% for command in sorted(node.metadata.get('telegraf/sudo_commands', set())):
|
||
|
telegraf ALL=(ALL) NOPASSWD:${command}
|
||
|
% endfor
|