2025-12-04 19:49:59 +01:00
|
|
|
## confdroid_postgresql::main::dirs.pp
|
|
|
|
|
# Module name: confdroid_postgresql
|
2025-04-18 22:28:58 +02:00
|
|
|
# Author: Arne Teuke (arne_teuke@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
|
|
|
}
|