Puppet Class: postgresql_cd::params
- Inherited by:
-
postgresql_cd::main::config
- Defined in:
- manifests/params.pp
Summary
Class contains all parameters for the postgresql_cd module.Overview
postgresql_cd::params.pp Module name: postgresql_cd Author: Arne Teuke (arne_teuke@confdroid.com)
6 7 8 9 10 11 12 13 |
# File 'manifests/params.pp', line 6
class postgresql_cd::params (
) {
# includes must be last
include postgresql_cd::main::config
}
|