OP#200 replace class names
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user