From d26387e961325668a9b07cb239a341dd01a7f242 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:55:25 -0800 Subject: [PATCH] fix: packages for non-userns server variants --- config/recipes/server/recipe-server-main.yml | 1 - config/recipes/server/recipe-server-nvidia.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/config/recipes/server/recipe-server-main.yml b/config/recipes/server/recipe-server-main.yml index ce5d8fd..91128d3 100644 --- a/config/recipes/server/recipe-server-main.yml +++ b/config/recipes/server/recipe-server-main.yml @@ -16,5 +16,4 @@ modules: - from-file: common/common-packages.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml - - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml \ No newline at end of file diff --git a/config/recipes/server/recipe-server-nvidia.yml b/config/recipes/server/recipe-server-nvidia.yml index 7c6b2c8..ba6758f 100644 --- a/config/recipes/server/recipe-server-nvidia.yml +++ b/config/recipes/server/recipe-server-nvidia.yml @@ -16,5 +16,4 @@ modules: - from-file: common/common-packages.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml - - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml \ No newline at end of file