mention chef.delete_node and chef.delete_client methods in the DOCS

This commit is contained in:
Anthony Scalisi 2013-12-10 10:47:39 -08:00
parent 05b2e03586
commit d086d6d775
1 changed files with 11 additions and 3 deletions

View File

@ -92,9 +92,17 @@ of these variables:
When you provision your Vagrant virtual machine with Chef server, it creates a
new Chef "node" entry and Chef "client" entry on the Chef server, using the
hostname of the machine. After you tear down your guest machine, you must
explicitly delete these entries from the Chef server before you provision
a new one with Chef server. For example, using Chef's built-in `knife` tool:
hostname of the machine. After you tear down your guest machine, Vagrant can be
configured to do it automatically with the following settings:
```ruby
chef.delete_node = true
chef.delete_client = true
```
If you don't specify it or set it to `false`, you must explicitly delete these
entries from the Chef server before you provision a new one with Chef server.
For example, using Chef's built-in `knife` tool:
```
$ knife node delete precise64