Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #15963 - Correct documentation typos #641

Merged
merged 1 commit into from
May 25, 2018
Merged
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
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down