iwasakims opened a new pull request, #1266: URL: https://github.com/apache/bigtop/pull/1266
https://issues.apache.org/jira/browse/BIGTOP-4102 ``` [91m[1;31mError: Evaluation Error: Unknown variable: '::operatingsystem'. (file: /etc/puppet/code/modules/bigtop_toolchain/manifests/jdk11.pp, line: 17, column: 8) on node bigtop-slave-arm5.novalocal[0m [0mThe command '/bin/sh -c if [ -f ~/.bash_profile ]; then . ~/.bash_profile; fi && dnf clean all && dnf updateinfo && puppet apply -e "include bigtop_toolchain::installer" || if [ $? -ne 2 ]; then exit 1; fi' returned a non-zero code: 1 ``` [Legacy facts are disabled by default in Puppet 8](https://www.puppet.com/docs/pe/2023.5/osp/upgrading-from-puppet7-to-puppet8.html#upgrading-from-puppet7-to-puppet8-legacy-facts-deprecation). include_legacy_facts=true in puppet.conf will re-enable it. This PR is quick fix only targeting fedora-38. I filed [BIGTOP-4103](https://issues.apache.org/jira/browse/BIGTOP-4103) as a follow-up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
