-
`knife solo bootstrap user@hostname -i .chef/key.pem` runs successfully for me. Inside of knife.rb, I've specified `knife[:solo] = true` to make knife ec2 bootstrap with knife solo. When I run the fol…
-
When using this cookbook as part of a vagrant/chef-solo run, I see the following:
```
==> default: ================================================================================
==> default: Recipe…
-
### Cookbook version
7.5.0
### Platform Details
ubuntu 16.04 on an ec2 node
### Scenario:
attempting to attach an ebs volume
### Steps to Reproduce:
attempt to attach an ebs volume with c…
-
Hi, unfortunately I get an error when I run chef-solo with your recipe on my Debian squeeze:
``` bash
linse /root/chef-solo/cookbooks $ sudo chef-solo
Starting Chef Client, version 11.6.0
Compiling …
linse updated
11 years ago
-
Hello.
I have warning:
```
/tmp/vagrant-chef-3/chef-solo-1/cookbooks/chef-solo-search/libraries/vendor/chef/solr_query/lucene_nodes.rb:22: warning: already initialized constant Lucene::SEP`
```
C…
-
Hello,
When I use the Chef-Solo with recipe_url, I receive the error bellow:
```
/usr/lib/ruby/1.9.1/open-uri.rb:346:in `open_http': 407 Proxy Authentication Required (OpenURI::HTTPError)
from /…
-
Some openstack-chef recipes use `node.run_list.expand` which is not supported by chef-solo. Commenting out those lines is an easy workaround, but there should be a better way.
-
ShareID = 92eac5e2df71f6c651f7e4d5b9d31a08
Doing a manual install and it fails on vagrant up, something to do with mongo, wonder if there is a version issue?
From cli output
Recipe Compile Error in…
-
This works on Ubuntu 10.04
```
apt-get update
echo "gem: --no-rdoc --no-ri" > /etc/gemrc
apt-get install -y ruby ruby-dev libruby build-essential ssl-cert git-core libopenssl-ruby
cd /tmp
wget http:…
-
During a chef-solo run I get the below error output, this is just an excerpt, you can find the full output [here](https://gist.github.com/tobias-wissmueller/5246239).
Any idea what causes this? Am ne…