Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Added knife and spork config
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianschwarz committed Dec 18, 2020
1 parent f7d063e commit 9791ef3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .chef/config.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
current_dir = File.dirname(__FILE__)
log_level :info
log_location STDOUT
node_name "codenamephp"
client_key "#{current_dir}/../codenamephp.pem"
chef_server_url "https://api.chef.io/organizations/codenamephp"
cookbook_path [
"#{current_dir}/../../"
]
5 changes: 5 additions & 0 deletions .chef/spork-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugins:
git:
enabled: false
foodcritic:
enabled: false

0 comments on commit 9791ef3

Please sign in to comment.