chef-workstation
chef-workstation copied to clipboard
Chef Workstation gives you everything you need to get started with Chef, so you can automate how you audit, configure, and manage applications end environments.
## Description As a developer, when I try to use **github** as my source of cookbook (such as `cookbook 'mysql', github: 'opscode-cookbooks/mysql', branch: 'master'` ) I am no longer able...
## Description We are having a internal supermarket with cookbook files stored on a web server. The location of cookbooks are provided in universe.json as: ```json "hostsfile": { "3.0.1": {...
## Description As a developer, I would like it when using the cookbook source **git** in `cookbook 'chef-ingredient', git: 'https://github.com/chef-cookbooks/chef-ingredient.git', tag: 'v0.12.0'` for example to check both the `main` and...
### Describe the Enhancement: We want to run our test-kitchen tests on rhel7-compatible linux aarch64 based test runners which currently use the chef-workstation rpm for x86_64 using the kitchen-vagrant backend...
I would like to install Chef Workstation on openSUSE. I can see it is not officially supported (https://www.chef.io/downloads/tools/workstation and https://docs.chef.io/workstation/install_workstation). I checked another issue https://github.com/chef/chef-workstation/issues/2575 which is asking a similar...
## Description Integration with the telemetry package to create and push events ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New...
## Description I seemingly cannot run a recipe on my virtual server via SSH with `chef-run`. Specifically, `chef-run` is never prompting me for my SSH key passphrase. Am I missing...
## Description I installed Chef Workstation on my Ubuntu 20.04 recently using office DEB package and tried to execute Kitchen, resulting in the following error: ``` $ kitchen verify default-rockylinux-8...
In the legacy homebrew repo at https://github.com/chef/homebrew-chef we have a script to update the configs https://github.com/chef/homebrew-chef/blob/main/.expeditor/update_version.sh which currently only handles the intel side of things. This needs to get updated...
## Description `chef generate cookbook` command creates a kitchen.yml with centos-8. This breaks some Learn Chef courses. ## Chef Workstation Version 21.10.640 ## Platform Version I tested Chef Workstation on...