Knife bootstrap -P chefdk?

Hello,

The Chef omnitruck application hosts the omnibus installers and provides
the install.sh script. This script has an argument -P that accepts the
following values since this commit
https://github.com/opscode/opscode-omnitruck/commit/547ed0c7add4a7821ef11148650d239e050186cb
:

  • chef
  • server
  • chefdk

Using knife bootstrap, I don’t see a way to pass the “-P chefdk” to the
install.sh script. I would very much like to bootstrap Chef development
workstations.

Am I missing something or should I submit an issue on Github?

Ringo

I think you can probably hack it a bit via knife bootstrap --bootstrap-version="0.1.0 -P chefdk" since the version argument doesn't do any escaping that I can see.

--Noah

On Jun 28, 2014, at 5:46 AM, Ringo De Smet ringo.desmet@gmail.com wrote:

Hello,

The Chef omnitruck application hosts the omnibus installers and provides the install.sh script. This script has an argument -P that accepts the following values since this commit:
• chef
• server
• chefdk
Using knife bootstrap, I don't see a way to pass the "-P chefdk" to the install.sh script. I would very much like to bootstrap Chef development workstations.

Am I missing something or should I submit an issue on Github?

Ringo