mirror of
https://github.com/unman/shaker.git
synced 2025-01-08 05:58:13 -05:00
parent
cf731c64b3
commit
a959efbaec
@ -1,22 +1,17 @@
|
|||||||
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
|
# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
|
||||||
|
|
||||||
|
{% if salt['qvm.exists']('cacher') %}
|
||||||
|
|
||||||
/etc/apt/sources.list:
|
/etc/apt/sources.list:
|
||||||
file.replace:
|
file.replace:
|
||||||
|
- names:
|
||||||
|
- /etc/apt/sources.list
|
||||||
|
- /etc/apt/sources.list.d/qubes-r4.list
|
||||||
- pattern: 'https:'
|
- pattern: 'https:'
|
||||||
- repl: 'http://HTTPS/'
|
- repl: 'http://HTTPS/'
|
||||||
- flags: [ 'IGNORECASE', 'MULTILINE' ]
|
- flags: [ 'IGNORECASE', 'MULTILINE' ]
|
||||||
|
|
||||||
/etc/apt/sources.list.d/qubes-r4.list:
|
{% endif %}
|
||||||
file.replace:
|
|
||||||
- pattern: 'https:'
|
|
||||||
- repl: 'http://HTTPS/'
|
|
||||||
- flags: [ 'IGNORECASE', 'MULTILINE' ]
|
|
||||||
|
|
||||||
allow-testing:
|
|
||||||
file.uncomment:
|
|
||||||
- name: /etc/apt/sources.list.d/qubes-r4.list
|
|
||||||
- regex: ^deb\s.*qubes-os.org.*-testing
|
|
||||||
- backup: false
|
|
||||||
|
|
||||||
installed:
|
installed:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
Loading…
Reference in New Issue
Block a user