3
0
Files
confdroid_postgresql/manifests/init.pp
2025-12-04 19:49:59 +01:00

9 lines
328 B
Puppet

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