Move automatic updates by default from tier-0 to tier-1
tier-1 is more opinionated and automatic updates by default is definitely a very strong opinion. This makes it easier to inherit from tier-0 without having to undo that knob if it's not desirable. Prep for !48.
This commit is contained in:
parent
9ce9d35a61
commit
e89c5542ea
|
|
@ -50,7 +50,6 @@ include:
|
||||||
- bootupd.yaml
|
- bootupd.yaml
|
||||||
- ostree.yaml
|
- ostree.yaml
|
||||||
- initramfs.yaml
|
- initramfs.yaml
|
||||||
- autoupdates.yaml
|
|
||||||
- basic-fixes.yaml
|
- basic-fixes.yaml
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ recommends: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- ../tier-0/manifest.yaml
|
- ../tier-0/manifest.yaml
|
||||||
|
- autoupdates.yaml
|
||||||
- bootable-rpm-ostree.yaml
|
- bootable-rpm-ostree.yaml
|
||||||
- podman.yaml
|
- podman.yaml
|
||||||
- firmware.yaml
|
- firmware.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue