3
0
Files
confdroid_postgresql/manifests/init.pp
2025-12-05 13:06:10 +01:00

9 lines
326 B
Puppet

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