Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.55 KB

File metadata and controls

51 lines (32 loc) · 1.55 KB
layout page
lang en
title Tips and Links

FAQ

Does Knife-zero works with Chef-Vault ?

Yes, you can.

Is there knife zero init ?

Chef-DK have chef generate.

I would like to remove the cache of remote node.

I think that we can remove by recipe.

Can I debug a recipe with chef-shell on the remote node?

See higanworks/knife-zero#104

Tips

{% assign pages_list = site.pages %} {% for node in pages_list %} {% if node.title != null %} {% if node.layout == "tips" %} {% if node.lang == "en" %}

  • [{{ node.title }}]({{site.baseurl}}{{ node.url }}) {% endif %} {% endif %} {% endif %} {% endfor %}

Blogs written by me.