effortless
effortless copied to clipboard
Automated best practices for Chef Infra and Chef InSpec
I believe this should be changed given that `hab setup` throws a warning when used: ``` $ hab setup Ø 'hab setup' as an alias for 'hab cli setup' is...
updated Inspec scaffolding to include license server feature in Inspec v6 Signed-off-by: Nimit [[email protected]](mailto:[email protected])
Signed-off-by: RaviDuddela
## Description `chef/scaffolding-chef-infra`, on Windows only, sets the value of `rubygems_url` to a non-existent variable. The linux scaffolding properly sets it [here](https://github.com/chef/effortless/blob/master/scaffolding-chef-infra/lib/linux/client-chunk.rb#L9-L11) The windows scaffolding sets it [here](https://github.com/chef/effortless/blob/master/scaffolding-chef-infra/lib/windows/client-chunk.rb#L13-L15) which I...
## Description ## Scaffolding Version ## Platform Version ## Replication Case ## Build or Run Output ``` ```
Fixing some documentation typos + grammar: - Fix Chef Effortless doc typo: "`help with you with`" => "`help you with`" - ["Obvious fix" DCO rule][1] (but GPG signed anyway, as...
Signed-off-by: Graham Weldon Suppresses the CLI output unless explicitly enabled. When enabled (as it is now) large output can cause issues with other tools responsible for parsing /var/log/messages etc. CLI...
When running Effortless Config in a Habitat Artifact, the `chef-infra` client downloads Gems from `rubygems.org` are still trying to be downloaded and that download fails in an airgapped environment. One...
There has been a lot of work done to help users transition to Chef 15. One thing that helps with this is running cookstyle against a cookbook to see if...
## Problem Statement Currently, there are multiple lines of code required to be manipulated in an inline `powershell` or `bash` script for a Packer template in order to get an...