Skip to content

Commit c8f3211

Browse files
committed
Fix typo in help text: excuted -> executed
Spotted by @maximevtush.
1 parent 5407879 commit c8f3211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/init.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@
173173
# $agent_server_hostname:: Hostname of your puppetserver (server
174174
# directive in puppet.conf)
175175
#
176-
# $prerun_command:: A command which gets excuted before each Puppet run
176+
# $prerun_command:: A command which gets executed before each Puppet run
177177
#
178-
# $postrun_command:: A command which gets excuted after each Puppet run
178+
# $postrun_command:: A command which gets executed after each Puppet run
179179
#
180180
# $environment:: Default environment of the Puppet agent
181181
#
@@ -193,7 +193,7 @@
193193
#
194194
# $service_name:: The name of the puppet agent service.
195195
#
196-
# $agent_restart_command:: The command which gets excuted on puppet service restart
196+
# $agent_restart_command:: The command which gets executed on puppet service restart
197197
#
198198
# $client_package:: Install a custom package to provide
199199
# the puppet client

0 commit comments

Comments
 (0)