MacChen01 commented on code in PR #1131:
URL: https://github.com/apache/bigtop/pull/1131#discussion_r1260752825


##########
bigtop-deploy/puppet/manifests/site.pp:
##########
@@ -24,8 +24,10 @@
 node default {
   $roles_enabled = hiera("bigtop::roles_enabled", false)
 
-  if (!is_bool($roles_enabled)) {
-    fail("bigtop::roles hiera conf is not of type boolean. It should be set to 
either true or false")
+  if ($operatingsystem != 'openEuler') {

Review Comment:
   install puppetlabs-stdlib 4.12.0 by puppet in openeuler by puppet cmd can 
resolve this problem, the PR is:
   https://github.com/apache/bigtop/pull/1132
   
   so delete the if condition code, the commit: 
f3a5707ad81d4ceec00d36b339f5f10c0810caf3
   



-- 
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]

Reply via email to