Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _includes/manuals/1.14/3.2.2_installer_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-agent-restart-command</td>
<td>The command which gets excuted on puppet service restart</td>
<td>The command which gets executed on puppet service restart</td>
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-agent-template</td>
Expand Down Expand Up @@ -1253,11 +1253,11 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-postrun-command</td>
<td>A command which gets excuted after each Puppet run</td>
<td>A command which gets executed after each Puppet run</td>
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-prerun-command</td>
<td>A command which gets excuted before each Puppet run</td>
<td>A command which gets executed before each Puppet run</td>
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-puppetmaster</td>
Expand Down
2 changes: 1 addition & 1 deletion _includes/manuals/1.14/3.5.5_facts_and_the_enc.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For further information see the [Puppet Labs docs on external nodes](http://docs

#### Assigning data to hosts through the ENC

Foreman passes all assoicated parameters, classes,and class parameters, to the Host,
Foreman passes all associated parameters, classes,and class parameters, to the Host,
including those inherited from host groups, domains, or global settings. See section
<a href="manuals/{{page.version}}/index.html#4.2ManagingPuppet">Managing Puppet</a> for
more information on assigning configuration to hosts.
Expand Down