Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chef_client resource needs to support source #171

Open
vinyar opened this issue May 31, 2017 · 1 comment
Open

chef_client resource needs to support source #171

vinyar opened this issue May 31, 2017 · 1 comment

Comments

@vinyar
Copy link

vinyar commented May 31, 2017

Cookbook version

2.1.1

Chef-client version

12.36

Scenario:

I want to be able to specify custom source for all constructs provided by chef-ingredient, such as chef-server, supermarket, wf_builder and chef-client.

Steps to Reproduce:

package_source is not passed forward to chef_ingredient resource by wrapper constructs, therefore there is no way specify it without going back to vanilla chef_ingredient.

Expected Result:

Ability to specify package source so that bits can be configured in a firewalled environment.
Seems that chef_client resource and wf_builder are specially affected:

  • chef_client due to support of chefdk and client
  • wf_builder due to supporting multiple versions of push-jobs

Actual Result:

package_source property is only supported by chef_ingredient, but not wrapper constructs

@vinyar
Copy link
Author

vinyar commented Jun 2, 2017

above PR has some kind of issue. Going to clean up and issue a new pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant