From 0919bd46bbd1b12158c369569ec1298bb000dd8a Mon Sep 17 00:00:00 2001 From: Bipin Bachhao Date: Wed, 27 May 2020 18:49:38 -0400 Subject: Enable chef_license support for chef infra client (#389) Co-authored-by: Daniel Watkins --- templates/chef_client.rb.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/chef_client.rb.tmpl b/templates/chef_client.rb.tmpl index 99978d3b..0a759b04 100644 --- a/templates/chef_client.rb.tmpl +++ b/templates/chef_client.rb.tmpl @@ -14,6 +14,9 @@ you need to add the following to config: The reason these are not in quotes is because they are ruby symbols that will be placed inside here, and not actual strings... #} +{% if chef_license %} +chef_license "{{chef_license}}" +{% endif%} {% if log_level %} log_level {{log_level}} {% endif %} -- cgit v1.2.3