diff options
Diffstat (limited to 'playground/.chef/knife.rb')
-rw-r--r-- | playground/.chef/knife.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playground/.chef/knife.rb b/playground/.chef/knife.rb index bc76282..951dded 100644 --- a/playground/.chef/knife.rb +++ b/playground/.chef/knife.rb @@ -1,5 +1,5 @@ chef_repo = File.join(File.dirname(__FILE__), "..") chef_server_url "http://127.0.0.1:8889" -node_name "admin" -client_key false +node_name "stickywicket" +client_key File.join(File.dirname(__FILE__), "stickywicket.pem") cookbook_path "#{chef_repo}/cookbooks" |