---
#/tmp/postgresql.conf:
#  file.keyvalue:
#    - key_values:
#        listen_addresses: "'localhost'"
#        include: "'test'"
#    - separator: ' = '
#    - uncomment: '# '
#    - key_ignore_case: True
#    - append_if_not_found: True

/etc/default/grub:
  file.line:
    - content: GRUB_CMDLINE_LINUX="texr"
    - match: "^GRUB_CMDLINE_LINUX="
    - mode: ensure
    - location: end