slackfan

Results 3 issues of slackfan

Hi, when calling the example snippet ``` require 'win32ole' locator = WIN32OLE.new('WbemScripting.SWbemLocator') service = locator.connectServer("./", "", "", "") list = service.execQuery("ASSOCIATORS OF {Win32_LogicalDisk='C:'}") # puts list.ole_get_methods list.each do |item| puts...

### Changes proposed in this PR ### - Address #2355 , the helm template client-daemonsets.yaml respects the client.grpc configuration when configuring and exposing the gRPC port 8502 for the consul...

**Description** The methods modules/file.py/get_hash() and util/hashutil.py/get_hash() use a default chunk size of 64KB. The method is e.g. used by the file.managed state using that default chunk size without any ability...

Bug