shaker/cacher/change_templates.sls
2021-02-02 04:48:48 +00:00

16 lines
335 B
YAML

# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
#
#
#
/etc/apt/sources.list:
file.replace:
- pattern: 'https:'
- repl: 'http://HTTPS/'
- flags: [ 'IGNORECASE', 'MULTILINE' ]
/etc/apt/sources.list.d/qubes-r4.list:
file.replace:
- pattern: 'https:'
- repl: 'http://HTTPS/'
- flags: [ 'IGNORECASE', 'MULTILINE' ]