Chef web app developer tutorial - Part 5 continued (draft)

Check that the environment variables are correctly loaded

 

Part 5  - check

To check those steps

1) Open A NEW “git bash” session (to force the load of those settings)

paste in the following command;

$ env | egrep "(client_|node_name|chef_server)"

the output should look like this;


$ env | egrep "(client_|node_name|chef_server)"
chef_server_url=https://api.opscode.com/organizations/class01
client_key=/home/tomhodder/Development/chef-repo/.chef/tomhodder.pem
node_name=tomhodder

No comments:

Post a Comment

Don't be nasty. Being rude is fine.