3
0
Files
confdroid_postgresql/manifests/main/config.pp
2025-04-18 22:35:33 +02:00

11 lines
366 B
Puppet

## postgresql_cd::main::config.pp
# Module name: postgresql_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages logic for the postgresql_cd module.
##############################################################################
class postgresql_cd::main::config (
) inherits postgresql_cd::params {
include postgresql_cd::server::service
}