Questions tagged [berkshelf]

6 questions
6
votes
2 answers

Berksfile source doesn't recognize self-hosted Chef server

I have a self-hosted Chef server. I can knife upload to that server, and otherwise interact with it. Therefore, my knife.rb works fine. I have recently parameterized a cookbook in order to make it the basis for a family of related cookbooks. The…
Rothbard
  • 71
  • 1
  • 4
0
votes
1 answer

OpsWorks Chef 11.10 undefined method 'property'

Chef 11.10 ran fine until we resized an instance, now setup_failed on boot with log: NoMethodError ------------- undefined method `property' for # Cookbook…
alyx
  • 231
  • 1
  • 9
0
votes
1 answer

How to solve the cookbook naming mismatch between berks and chef-solo?

Follow-up to this answer. Running chef solo: sudo chef-solo -c config.rb -j config.json Starting Chef Client, version 12.16.42 resolving cookbooks for run list:…
030
  • 5,731
  • 12
  • 61
  • 107
0
votes
1 answer

Run community chef cookbook

I want to configure a mailserver on AWS with this cookbook: https://supermarket.chef.io/cookbooks/postfix-dovecot I have chef-client and chef-dk installed. I have downloaded the package and changed the cookbook attributes with my personal…
0
votes
1 answer

OpsWorks Berksfile processing failed: (Encoding::InvalidByteSequenceError)

A few hours ago all my OpsWorks stacks started failing to update_custom_cookbooks. They are all failing on "Install the cookbooks specified in the Berksfile and their dependencies" with the error: in `encode': "\xC3" on US-ASCII…
Peter M
  • 953
  • 2
  • 14
  • 27
0
votes
1 answer

Berkshelf Gemfile version conflict

I received the following error from the berks command when trying to init a new cookbook to use Berkshelf version 3 Could not find proper version of berkshelf (2.0.17) in any of the sources Run `bundle install` to install missing gems. I do not…