Skip to content

Commit 285a41c

Browse files
authored
Merge pull request #1587 from bastelfreak/space
client.pp: Purge trailing whitespace
2 parents 23ba773 + 3c32db8 commit 285a41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/client.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# @summary Installs PostgreSQL client software. Set the following parameters if you have a custom version you would like to install.
2-
#
2+
#
33
# @note
44
# Make sure to add any necessary yum or apt repositories if specifying a custom version.
55
#
@@ -9,7 +9,7 @@
99
# Optional. Absolute path for the postgresql connection validation script.
1010
# @param package_name
1111
# Sets the name of the PostgreSQL client package.
12-
# @param package_ensure
12+
# @param package_ensure
1313
# Ensure the client package is installed
1414
class postgresql::client (
1515
Enum['file', 'absent'] $file_ensure = 'file',

0 commit comments

Comments
 (0)