From 9fcc54041eb51dec049c359c2be9ca81ea971902 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:43:52 -0400 Subject: [PATCH] create updates module file --- recipes/common/jp-common.yml | 8 +------- recipes/common/updates.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 recipes/common/updates.yml diff --git a/recipes/common/jp-common.yml b/recipes/common/jp-common.yml index 7173ef9..d8fe3b2 100644 --- a/recipes/common/jp-common.yml +++ b/recipes/common/jp-common.yml @@ -4,16 +4,10 @@ modules: - from-file: common/jp-packages.yml - from-file: common/gaming.yml - from-file: common/dev-packages.yml + - from-file: common/updates.yml - type: files files: - distrobox: /usr - - rpm-ostreed-conf: /usr/etc - type: fonts nerdfont: - JetBrainsMono - - type: systemd - system: - masked: - - ublue-update.timer - enabled: - - rpm-ostreed-automatic.timer diff --git a/recipes/common/updates.yml b/recipes/common/updates.yml new file mode 100644 index 0000000..55d8f29 --- /dev/null +++ b/recipes/common/updates.yml @@ -0,0 +1,10 @@ +modules: + - type: files + files: + - rpm-ostreed-conf: /usr/etc + - type: systemd + system: + masked: + - ublue-update.timer + enabled: + - rpm-ostreed-automatic.timer