summaryrefslogtreecommitdiff
path: root/chef-utils/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-02-03 17:51:09 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-02-03 17:51:09 -0800
commit492d4199535f8e0bfc64c970063033ae4541cf05 (patch)
tree564a0962e427d138e3b1c7c711bcccdbd2ef651e /chef-utils/README.md
parent322f76e160a1086b40468df078648b8e5c4505ab (diff)
downloadchef-492d4199535f8e0bfc64c970063033ae4541cf05.tar.gz
rename virtual_host to hypervisor
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-utils/README.md')
-rw-r--r--chef-utils/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/chef-utils/README.md b/chef-utils/README.md
index 976634cb69..668739c9c1 100644
--- a/chef-utils/README.md
+++ b/chef-utils/README.md
@@ -148,8 +148,8 @@ Architecture Helpers allow you to determine the processor architecture of your n
* `openvz?` - if the node is an openvz guest
* `openvz_host?` - if the node is an openvz host
* `guest?` - if the node is detected as any kind of guest
-* `virtual_host?` - if the node is detected as being any kind of virtual host
-* `physical?` - strictly the logical opposite of `guest?`
+* `hypervisor?` - if the node is detected as being any kind of hypervisor
+* `physical?` - the node is not running as a guest (may be a hypervisor or may be plain metal)
* `vagrant?` - attempts to identify the node as a vagrant guest (this check may be error prone)
### Train Helpers