3
0
Files
confdroid_postgresql/manifests/init.pp
2025-04-18 21:47:50 +02:00

9 lines
293 B
Puppet

## postgresql_cd::init.pp
# Module name: postgresql_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class initializes the postgresql_cd module.
##############################################################################
class postgresql_cd {
include postgresql_cd::params
}