Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in chef-infra

How to view Chef Attributes on a Chef Solo Vagrant Node?

How to use CHEF to run JAR? [closed]

java chef-infra chef-recipe

With Chef, how to execute "resource 1" before "resource 2", conditional on "resource 2" executing?

chef-infra chef-recipe

Chef cannot get httpd depend

Chef - Run resource on other resource's failure

ruby chef-infra chef-recipe

Unable to find Cookbooks in local-mode with chef-client

chef-infra cookbook recipe

How can I set up a dependency to a Ruby library which doesn't exist at the time Chef loads recipes?

How to install Postgresql in Vagrant box

chef-infra vagrant

Chef http_request errors

chef-infra

updating .bashrc using chef recipes

ruby chef-infra

pg gem fails to install on omnibus Chef installation

How to implement a dynamic attribute default in chef LWRP definition

ruby chef-infra

How do I load JSON attributes pass via knife through chef recipes?

attributes chef-infra knife

How to use Berkshelf to manage Organization repo?

Vagrant using Ruby 1.9.3 as default

Chef: Insufficient permissions creating a directory in C:

ruby windows chef-infra

vagrant up error when creating client? chef-stacktrace: OpenSSL::PKey::RSAError: private key needed

chef cookbook fails on ohai undefined method `[]' for nil:NilClass

Why use normal attributes (attribute.set[..]) in chef?

How do you mock OpsWorks specific services/dependencies when developing locally with Kitchen and Chef?