Resource Type: pg_parameter
- Defined in:
- lib/puppet/type/pg_parameter.rb
- Providers:
-
simple
Overview
This type allows you to manage the postgres parameters. Here is an example on how you can use this:
pg_parameter {"jit_debugging_support@instance":
value => 'off',
}
The type will take care of setting the parameter settings and reloading the new configuration.