Resource Type: postgresql_conf
- Defined in:
- lib/puppet/type/postgresql_conf.rb
- Providers:
-
ruby
Overview
This type allows puppet to manage postgresql.conf parameters.
Properties
-
comment
The comment to set for this parameter.
Supported values:- %r{^[\w\W]+$}
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
value
The value to set for this parameter.
Supported values:- %r{^(\S.*)?$}
Parameters
-
key
The Postgresql parameter to manage.
Supported values:- %r{^[\w.]+$}
-
name (namevar)
A unique title for the resource.
Supported values:- %r{^[\w.]+$}
-
provider
The specific backend to use for this ‘postgresql_conf` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
target
The path to the postgresql config file
Supported values:- %r{^/\S+[a-z0-9(/)-]*\w+.conf$}