diff --git a/config/recipes/server/recipe-server-main-userns.yml b/config/recipes/server/recipe-server-main-userns.yml index 7e69673..46ab2fb 100644 --- a/config/recipes/server/recipe-server-main-userns.yml +++ b/config/recipes/server/recipe-server-main-userns.yml @@ -11,8 +11,8 @@ image-version: stable # you can include multiple instances of the same module modules: - from-file: common/initialization-scripts.yml - - from-file: common/common-packages.yml - from-file: common/server-scripts.yml + - from-file: common/common-packages.yml - from-file: common/common-files.yml - from-file: common/server-files.yml - from-file: common/common-scripts.yml diff --git a/config/recipes/server/recipe-server-main.yml b/config/recipes/server/recipe-server-main.yml index 7c1d8f3..47c9cfe 100644 --- a/config/recipes/server/recipe-server-main.yml +++ b/config/recipes/server/recipe-server-main.yml @@ -11,8 +11,8 @@ image-version: stable # you can include multiple instances of the same module modules: - from-file: common/initialization-scripts.yml - - from-file: common/common-packages.yml - from-file: common/server-scripts.yml + - from-file: common/common-packages.yml - from-file: common/common-files.yml - from-file: common/server-files.yml - from-file: common/common-scripts.yml diff --git a/config/recipes/server/recipe-server-nvidia-userns.yml b/config/recipes/server/recipe-server-nvidia-userns.yml index 920ff8f..94c9d48 100644 --- a/config/recipes/server/recipe-server-nvidia-userns.yml +++ b/config/recipes/server/recipe-server-nvidia-userns.yml @@ -11,8 +11,8 @@ image-version: stable-nvidia # you can include multiple instances of the same module modules: - from-file: common/initialization-scripts.yml - - from-file: common/common-packages.yml - from-file: common/server-scripts.yml + - from-file: common/common-packages.yml - from-file: common/common-files.yml - from-file: common/server-files.yml - from-file: common/common-scripts.yml diff --git a/config/recipes/server/recipe-server-nvidia.yml b/config/recipes/server/recipe-server-nvidia.yml index 24dd88b..6bb6f90 100644 --- a/config/recipes/server/recipe-server-nvidia.yml +++ b/config/recipes/server/recipe-server-nvidia.yml @@ -11,8 +11,8 @@ image-version: stable-nvidia # you can include multiple instances of the same module modules: - from-file: common/initialization-scripts.yml - - from-file: common/common-packages.yml - from-file: common/server-scripts.yml + - from-file: common/common-packages.yml - from-file: common/common-files.yml - from-file: common/server-files.yml - from-file: common/common-scripts.yml