iwasakims commented on a change in pull request #641:
URL: https://github.com/apache/bigtop/pull/641#discussion_r429025896
##########
File path:
bigtop-deploy/puppet/modules/bigtop-util/lib/puppet/parser/functions/get_roles.rb
##########
@@ -54,6 +54,8 @@
temp_roles = component_map[role_type]
roles.concat(temp_roles)
end
+ else
+ fail Puppet::ParseError, "get_roles(): No such component in roles_map.
#{component}"
Review comment:
should be whitespace instead of tab.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]