Skip to content

Commit 38a7f13

Browse files
author
Himani Anil Deshpande
committed
Add logs
1 parent deb4057 commit 38a7f13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbooks/aws-parallelcluster-environment/libraries/directory_service_utils.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def _get_cn_subparam(param)
2222
tokens = param.split(",") unless param.blank?
2323
tokens.each do |token|
2424
['cn=', 'CN='].each do |param_search|
25+
Chef::Log.info("Token is #{token} and param search is #{param_search} and condition #{token.include? param_search}")
2526
return token if token.include? param_search
2627
end
2728
end

0 commit comments

Comments
 (0)