summaryrefslogtreecommitdiff
path: root/chef-utils/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-01-30 15:13:11 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-01-30 15:13:11 -0800
commitda82e9c737a594e619943c8f32e6368e6bb85fce (patch)
tree3335bd04284ccb7aa8744cb3a2ea3ac14126a891 /chef-utils/README.md
parentbe64e7f89b4b027061acf8afeea9b9b981856dc4 (diff)
downloadchef-da82e9c737a594e619943c8f32e6368e6bb85fce.tar.gz
Add chef-sugar include_recipe? helper
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-utils/README.md')
-rw-r--r--chef-utils/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-utils/README.md b/chef-utils/README.md
index 3a44cf7330..8116f84c5e 100644
--- a/chef-utils/README.md
+++ b/chef-utils/README.md
@@ -146,6 +146,7 @@ Architecture Helpers allow you to determine the processor architecture of your n
* `systemd?` - if the init system is systemd
* `kitchen?` - if ENV['TEST_KITCHEN'] is set
* `ci?` - if ENV['CI'] is set
+* `include_recipe?(recipe_name)` - if the `recipe_name` is in the run list, the expanded run list, or has been `include_recipe`'d.
### Service Helpers