Files
confdroid_postgresql/manifests/main/config.pp

11 lines
364 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:06:28 +02:00
include postgresql_cd::main::install
2025-04-18 21:47:50 +02:00
}