Merge pull request #335 from n1tr0g/master

README.md postgresql::globals class parameter description fix
This commit is contained in:
Ashley Penney 2014-01-06 09:32:24 -08:00
commit 044ff621d7

View file

@ -284,10 +284,13 @@ This setting can be used to override the default postgresql PL/perl package name
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. 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.
####`service_name` ####`service_name`
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. 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.
####`service_provider`
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.
####`service_status` ####`service_status`
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. 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.
####`default_database` ####`default_database`
This setting is used to specify the name of the default database to connect with. On most systems this will be "postgres". This setting is used to specify the name of the default database to connect with. On most systems this will be "postgres".