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

11 lines
402 B
Puppet

## confdroid_postgresql::main::dirs.pp
# Module name: confdroid_postgresql
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages logic for the confdroid_postgresql module.
##############################################################################
class confdroid_postgresql::main::dirs (
) inherits confdroid_postgresql::params {
require confdroid_postgresql::main::install
}