Coder Social home page Coder Social logo

Comments (4)

jkeiser avatar jkeiser commented on June 8, 2024

You can use with_chef_environment or chef_environment to set it:

with_chef_environment 'environment' # applies to all machines after this point
machine 'machine' do
  chef_environment 'environmentB' # applies just to this machine
end

I've never been super clear on what the -E does in general, but perhaps it should affect the current environment--before just going off and doing that, we'll need to find out how it currently affects chef-client to make sure we're not overloading something we shouldn't be overloading.

from chef-provisioning.

msaspence avatar msaspence commented on June 8, 2024

Being fairly new my self all I can say is it changes node.chef_environment which is what I am using to get the relevant info out of a data bag. So I don't know what the wider implication of that would be

But for now I can just do

with_chef_environment node.chef_environment

from chef-provisioning.

jkeiser avatar jkeiser commented on June 8, 2024

Cool :) I will leave this open so I can track that down!

from chef-provisioning.

randomcamel avatar randomcamel commented on June 8, 2024

Closing, since the functionality is available through clear other means.

from chef-provisioning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.