OP#200 replace class names
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## postgresql_cd::main::install.pp
|
||||
# Module name: postgresql_cd
|
||||
## confdroid_postgresql::main::install.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::install (
|
||||
class confdroid_postgresql::main::install (
|
||||
|
||||
) inherits postgresql_cd::params {
|
||||
) inherits confdroid_postgresql::params {
|
||||
if $fqdn == $pl_server_fqdn {
|
||||
package { $reqpackages_server:
|
||||
ensure => $pkg_ensure,
|
||||
|
||||
Reference in New Issue
Block a user