File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ When you first run Chef Infra Client 19, you must accept the End User License Ag
107107
108108Chef Infra Client accepts a license using a command line option, environment variable, or config file.
109109
110- #### Options
110+ ### Options
111111
112112Chef Infra Client accepts the following license acceptance options:
113113
@@ -120,15 +120,15 @@ Chef Infra Client accepts the following license acceptance options:
120120` accept-no-persist`
121121: Similar to ` accept-silent` , but no marker file is persisted. Future invocation will require accepting the license again.
122122
123- # ### Command line option
123+ # ## Command line option
124124
125125Accept the Chef License with a command line invocation.
126126
127127` ` ` sh
128128chef-client --chef-license < LICENSE_OPTION>
129129` ` `
130130
131- # ### Environment variable
131+ # ## Environment variable
132132
133133Accept the Chef License by setting an environment variable. For example:
134134
@@ -137,7 +137,7 @@ export CHEF_LICENSE="<LICENSE_OPTION>"
137137chef-client OPTION VALUE
138138` ` `
139139
140- # ### Config file
140+ # ## Config file
141141
142142You can accept the Chef License with the Chef Infra Client or Knife config files.
143143
You can’t perform that action at this time.
0 commit comments