Thomas Heinen
Thomas Heinen
## Description _PR for discussion about this topic, following an example implementation_ In some bigger profiles, we encounter the need to add profile specific DSL methods as the controls themselves...
## Detailed Description Currently, InSpec has no API to set plugin configuration. Instead, only the configuration file is read. ## Context In a custom Chef resource to execute InSpec runs,...
## Description Added missing require of `addressable/template` to parse REST URL templates. Fixed returns from `rest_get` method ## Related Issue none ## Types of changes - [x] Bug fix (non-breaking...
## Description Small change to support recursive resource partials in a cookbook. The current implementation crashes on chaining two `use` keywords inside a cookbook with ` FATAL: Errno::ENOENT: No such...
## Description No, this is not a new hybrid cloud strategy ;-) On customer Windows machines which include the Microsoft Monitoring Agent, the `cloud.rb` Ohai plugin crashes and thus does...
## Description Add detection of Cisco ASA security appliances. ## Related Issue none ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [X]...
## Description Could not find a better place to file this, sorry :) On DockerHub, the labels for [chef/chefworkstation](https://hub.docker.com/r/chef/chefworkstation/tags) don't match the current/stable versions from the website: | Label/Tag |...
## Description These changes supported protocols for `knife bootstrap` to dynamic detection of installed Train transports instead of just static `ssh` and `winrm`. With this, alternative connection options such as...
## :frowning_person: Problem Statement I want to test some Mac-specific implementations with AWS. ## :grey_question: Possible Solution Add the necessary logic to select mac-AMIs and wire it to the corresponding...
### Describe the Enhancement Templates have benn able to be stored in Content Libraries since vSphere 6.0, but the kitchen-vcenter driver does not yet support this fully. ### Describe the...