From 02f9ef68092ad250ad50b2605961296cf0ccc82a Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 14 Feb 2025 11:51:25 +0100 Subject: [PATCH] Fix typo in help text: excuted -> executed Spotted by @maximevtush. --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index b91e1b27..06e844cc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -173,9 +173,9 @@ # $agent_server_hostname:: Hostname of your puppetserver (server # directive in puppet.conf) # -# $prerun_command:: A command which gets excuted before each Puppet run +# $prerun_command:: A command which gets executed before each Puppet run # -# $postrun_command:: A command which gets excuted after each Puppet run +# $postrun_command:: A command which gets executed after each Puppet run # # $environment:: Default environment of the Puppet agent # @@ -193,7 +193,7 @@ # # $service_name:: The name of the puppet agent service. # -# $agent_restart_command:: The command which gets excuted on puppet service restart +# $agent_restart_command:: The command which gets executed on puppet service restart # # $client_package:: Install a custom package to provide # the puppet client