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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

client.pp: Purge trailing whitespace #1587

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifests/client.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @summary Installs PostgreSQL client software. Set the following parameters if you have a custom version you would like to install.
#
#
# @note
# Make sure to add any necessary yum or apt repositories if specifying a custom version.
#
Expand All @@ -9,7 +9,7 @@
# Optional. Absolute path for the postgresql connection validation script.
# @param package_name
# Sets the name of the PostgreSQL client package.
# @param package_ensure
# @param package_ensure
# Ensure the client package is installed
class postgresql::client (
Enum['file', 'absent'] $file_ensure = 'file',
Expand Down