3
0

OP#200 replace class names

This commit is contained in:
2025-12-04 19:49:59 +01:00
parent 363f546191
commit b97d83be3b
17 changed files with 101 additions and 101 deletions

View File

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