Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Include chef-zero binary in Chef DK by appbundling it #184

Closed
sstarcher opened this issue Oct 7, 2014 · 5 comments
Closed

Include chef-zero binary in Chef DK by appbundling it #184

sstarcher opened this issue Oct 7, 2014 · 5 comments
Labels
Type: Bug Doesn't work as expected.

Comments

@sstarcher
Copy link

The only files in my /opt/chefdk/bin are
berks chef chef-apply chef-client chef-service-manager chef-shell chef-solo chef-vault fauxhai foodcritic kitchen knife ohai rubocop ruby-parse ruby-rewrite shef

@sersut
Copy link

sersut commented Oct 7, 2014

Not having strainer is expected. It's currently not included in Chef DK because it's broken on windows.

We need to have chef-zero binary in place tough. I've changed the title to reflect this.

@sersut sersut changed the title Ubuntu 12.04 - ChefDK 0.3.0 - Missing chef-zero, strainer, strain symlink Include chef-zero binary in Chef DK by appbundling it Oct 7, 2014
@sersut sersut added the Bug label Oct 7, 2014
@sstarcher
Copy link
Author

For non-windows what's the action for strainer
chef gem install strainer
and create a symlink?

@lamont-granquist
Copy link
Contributor

chef gem install strainer plus chef exec strainer should work.

@nvwls
Copy link

nvwls commented Jun 27, 2015

As a workaround, I created $HOME/bin/chef-zero with the following contents:

#! /bin/bash

eval $(/opt/chefdk/bin/chef shell-init bash)
exec ${0##*/} $*

ksubrama pushed a commit that referenced this issue Jan 11, 2016
@charlesjohnson
Copy link
Contributor

Closing as stale. chef-zero is available as both chef-solo, and as a chef-client switch.

@thommay thommay added Type: Bug Doesn't work as expected. and removed Bug labels Feb 1, 2017
@chef-boneyard chef-boneyard locked and limited conversation to collaborators Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Bug Doesn't work as expected.
Development

No branches or pull requests

6 participants