This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new b10649777 BIGTOP-4101. Fix undefined variable in toolchain manifest 
for openEuler. (#1265)
b10649777 is described below

commit b106497777131862665f54d7bfe524029fcc8ea9
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue May 14 21:53:20 2024 +0900

    BIGTOP-4101. Fix undefined variable in toolchain manifest for openEuler. 
(#1265)
---
 bigtop_toolchain/manifests/renv.pp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bigtop_toolchain/manifests/renv.pp 
b/bigtop_toolchain/manifests/renv.pp
index e39148cfd..e08886cfe 100644
--- a/bigtop_toolchain/manifests/renv.pp
+++ b/bigtop_toolchain/manifests/renv.pp
@@ -49,6 +49,9 @@ class bigtop_toolchain::renv {
         ]
       }
     }
+    default: {
+      $pkgs = []
+    }
   }
 
   package { $pkgs:

Reply via email to