bundlewrap/bundles/telegraf/files/sudoers

4 lines
125 B
Plaintext
Raw Normal View History

2021-04-24 08:08:55 +00:00
% for command in sorted(node.metadata.get('telegraf/sudo_commands', set())):
telegraf ALL=(ALL) NOPASSWD:${command}
% endfor