Files
confdroid_postgresql/manifests/main/dirs.pp

11 lines
398 B
ObjectPascal
Raw Normal View History

2025-12-04 19:49:59 +01:00
## confdroid_postgresql::main::dirs.pp
# Module name: confdroid_postgresql
2025-12-05 14:22:43 +01:00
# Author: 12ww1160 (12ww1160@confdroid.com)
2025-12-04 19:49:59 +01:00
# @summary Class manages logic for the confdroid_postgresql module.
2025-04-18 22:28:58 +02:00
##############################################################################
2025-12-04 19:49:59 +01:00
class confdroid_postgresql::main::dirs (
2025-04-18 22:28:58 +02:00
2025-12-04 19:49:59 +01:00
) inherits confdroid_postgresql::params {
require confdroid_postgresql::main::install
2025-04-18 22:28:58 +02:00
}