From b94ba15d3fdd4ad2b3779b86e07faed698f889b6 Mon Sep 17 00:00:00 2001 From: itsbill Date: Wed, 23 May 2018 09:55:19 +0000 Subject: [PATCH] Refs #15963 - katello-installer --help typos --- manifests/init.pp | 4 ++-- manifests/params.pp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 7272652d1..950fdb2e8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -73,7 +73,7 @@ # $ssl:: Enable and set require_ssl in Foreman settings (note: requires passenger, SSL does not apply to kickstarts) # # $custom_repo:: No need to change anything here by default -# if set to true, no repo will be added by this module, letting you to +# if set to true, no repo will be added by this module, letting you # set it to some custom location. # # $repo:: This can be stable, nightly or a specific version i.e. 1.7 @@ -136,7 +136,7 @@ # # $passenger_min_instances:: Minimum passenger worker instances to keep when application is idle. # -# $passenger_start_timeout:: Amount of seconds to wait for Ruby application boot. +# $passenger_start_timeout:: Number of seconds to wait for Ruby application boot. # # $vhost_priority:: Defines Apache vhost priority for the Foreman vhost conf file. # diff --git a/manifests/params.pp b/manifests/params.pp index fdce3e4b4..f14852344 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -44,7 +44,7 @@ $configure_scl_repo = ($::osfamily == 'RedHat' and $::operatingsystem != 'Fedora') # Advanced configuration - no need to change anything here by default - # if set to true, no repo will be added by this module, letting you to + # if set to true, no repo will be added by this module, letting you # set it to some custom location. $custom_repo = false # this can be stable, or nightly