Files
confdroid_postgresql/manifests/main/config.pp

11 lines
366 B
ObjectPascal
Raw Normal View History

2025-04-18 21:47:50 +02:00
## 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 {
2025-04-18 22:35:33 +02:00
include postgresql_cd::server::service
2025-04-18 21:47:50 +02:00
}