I would like to add the following lines to all /etc/sudoers files across my environment:
# Administrators LDAP Group
%Administrators ALL=(ALL) ALL
However, each server has a different /etc/sudoers file, and sourcing them all from one location would be impractical.
Is there a way in Salt to ensure a single line (or group of lines) exists in a file, rather than managing that whole file?