Results 11 issues of Troy Ready

### Description Adds support for Jenkins master on Windows ### Issues Resolved #437 , #547 ### Check List - [ ] All tests pass. See - [ ] New functionality...

Waiting on Contributor

Attempting to run intelmetool on my Ubuntu 17.10 notebook: ``` root@mysystem:/home/myuser/intelmetool# rmmod mei_me root@mysystem:/home/myuser/intelmetool# rmmod mei root@mysystem:/home/myuser/intelmetool# cat /proc/cmdline BOOT_IMAGE=/vmlinuz-4.13.0-21-generic.efi.signed root=UUID=UUIDHERE ro iomem=relaxed quiet splash vt.handoff=7 root@mysystem:/home/myuser/intelmetool# ./intelmetool iopl: Operation...

AWS Lambda executions don't include [/dev/shm which is required for multiprocessing.Queue](https://aws.amazon.com/blogs/compute/parallel-processing-in-python-with-aws-lambda/). Skipping its use when operating sequentially allows this plugin to be used on AWS Lambda, CodeBuild, etc.

This allows SSH authorized_key files to be populated based on an existing remote server's public key. This still needs some DRY editing and test updates, but opening as a PR...

size/M

Previously, a build flag could be specified to enable the go-deadlock library, but this change makes it a regular service config option. It's possible that this is still too a...

This was previously available via a build flag but will now be available as a configuration option. This is an alternate approach to #17020 -- the UX and behavior is...

### Affected Resource(s) Please list the resources as a list, for example: - vault_token ### Terraform Configuration Files ```hcl resource "vault_token" "example" { policies = ["default"] ttl = "1d" metadata...

Any chance of a source code update for the latest app version (0.9 I believe), mentioned in https://plus.google.com/116031914637788986927/posts/XXXykTayjjQ ? Appreciate your hard work on it!

net-ldap now provides fairly easy support for moving objects, e.g.: ``` ruby def self.move_object(old_dn, cn, new_ou) @@ldap.rename( olddn: old_dn, newrdn: "CN=#{cn}", delete_attributes: true, new_superior: "#{new_ou}" ) end ``` I'm not...

Supports [VSCodium installed via flatpak](https://flathub.org/apps/com.vscodium.codium): ``` visual_studio_code_extensions: executable: flatpak executable_args: - run - com.vscodium.codium ```