Skip to content

Commit 044ff62

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#335 from n1tr0g/master
README.md postgresql::globals class parameter description fix
2 parents 68e0a6c + 6612fa2 commit 044ff62

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,13 @@ This setting can be used to override the default postgresql PL/perl package name
284284
This setting can be used to override the default postgresql Python package name. If not specified, the module will use whatever package name is the default for your OS distro.
285285

286286
####`service_name`
287-
This setting can be used to override the default postgresql service provider. If not specified, the module will use whatever service name is the default for your OS distro.
287+
This setting can be used to override the default postgresql service name. If not specified, the module will use whatever service name is the default for your OS distro.
288+
289+
####`service_provider`
290+
This setting can be used to override the default postgresql service provider. If not specified, the module will use whatever service provider is the default for your OS distro.
288291

289292
####`service_status`
290-
This setting can be used to override the default status check command for your PostgreSQL service. If not specified, the module will use whatever service name is the default for your OS distro.
293+
This setting can be used to override the default status check command for your PostgreSQL service. If not specified, the module will use whatever service status is the default for your OS distro.
291294

292295
####`default_database`
293296
This setting is used to specify the name of the default database to connect with. On most systems this will be "postgres".

0 commit comments

Comments
 (0)