Steps to reproduce: Install ChefDK ... Install any other MSI The command "rundll32.exe aeinv.dll,UpdateSoftwareInventory" runs until it is killed, all the while consuming high CPU I have uploaded a procmon log during a runaway event filtered to rundll32 that someone more knowledgeable than me...
gem 'omnibus', github: 'chef/omnibus', branch: 'tball/chefdk' gem 'omnibus-software', github: 'chef/omnibus-software' # This development group is installed by default when you run `bundle install`, 18 changes: 8 additions & 10 deletions 18 Gemfile.lock Original file line numberDiff lin...
The extension requires at a minimum the Chef Server URL, the Validation Client Name and the Validation Key for the Chef Server; these values can be found in the knife.rb file in the starter-kit.zip that is downloaded when you install Chef Automate or a standalone Chef Server. Because the...
I had already run sudo chef gem install kitchen-vagrant and have seen #15 which could be related. edit: I'm using Ubuntu 12.04 if that's at all relevant At first it looked to be using the default OS installed gem command james.c@jc-hp-la...
You should not install this gem directly; it will be installed as a dependency of a flavor gem. If you are developing a flavor, declare this gem a dependency of your gem in your gemspec file:Gem::Specification.new do |s| s.name = 'chef-gen-flavor-awesome' s.add_runtime_dependency(...
to patch chef-client 12 into the ChefDK 3.x. Most of the tooling can be configured to install and test against chef 12 just fine (knife boostrap and test-kitchen). The only outlier is chefspec. To solve the chefspec problem, then tactically just for that use case construct a Gemfile:...