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-ingredient never times out on mixlib-install #122

Open
vinyar opened this issue Oct 6, 2016 · 0 comments
Open

chef-ingredient never times out on mixlib-install #122

vinyar opened this issue Oct 6, 2016 · 0 comments
Labels
Type: Enhancement Adds new functionality.

Comments

@vinyar
Copy link

vinyar commented Oct 6, 2016

the following code block ends up hanging in air-gapped environment w/o access to internet.

    def install_gem_from_rubygems(gem_name, gem_version)
      Chef::Log.debug("Installing #{gem_name} v#{gem_version} from Rubygems.org")
      chefgem = Chef::Resource::ChefGem.new(gem_name, run_context)
      chefgem.version(gem_version)
      chefgem.run_action(:install)
    end
@tas50 tas50 added the Type: Enhancement Adds new functionality. label Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Adds new functionality.
Projects
None yet
Development

No branches or pull requests

2 participants