-
`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…
-
We are upgrading Chef Infra by taking a 12.x backup and restoring it to 14.x using knife. We have spent some time and identified the final failing cookbook which is stopping the import from completing…
-
Chef-client fails for solr_app with a "no such method error." The resource "java_webapp" is undefined. For some reason it's not seeing the resource from "application_java" cookbook.
I'm new to Chef,…
topos updated
11 years ago
-
This cookbook works with Linux but doesn't seem to work properly with Windows. I've tried creating EBS volumes and EC2 tags, and no matter what I do the Chef client run always produces the following S…
-
i use zabbix_lwrp him depends postgresql cookbook but i want use postgresql-lwrp BUT! When i use postgresql_user or postgresql_database Custom resource chef use it from postgresql and i see error
…
-
Chef 11 does not load libraries from cookbooks that are not in run_list or (transitive) dependencies for anything in run_list.
This issue is related to #232.
-
## Description
I am trying to bootstrap an ec2 ubuntu-22.04 instance like : `knife bootstrap ec2-18-222-21-218.us-east-2.compute.amazonaws.com -U ubuntu -i ~/Downloads/kasif-node.pem --sudo -N no…
-
**Describe the bug**
When running kitchen acceptance testing with the `enforce_idempotency: true` option set under the provisioner.
**Expected behavior**
On multiple chef runs, when nothing chang…
-
* Scenario:
have a directory with 2 cookbooks, 1 in supermarket, the other not but with a dependency on first e.g.
```
demo
- hab_national_parks
- habitat # This is also in supermarket
`…
-
I've been trying to get this cookbook up and running on Ubuntu 12.04 LTS and ran into a problem. My `Vagrantfile` is pretty barebones:
```
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/…
vmrob updated
8 years ago