fix variable
This commit is contained in:
@@ -24,6 +24,8 @@ Installation
|
||||
Configuration
|
||||
|
||||
* manage directory structure including file system permissions and selinux context
|
||||
* manage service status
|
||||
|
||||
|
||||
## Repo Documentation
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
class postgresql_cd::main::config (
|
||||
|
||||
) inherits postgresql_cd::params {
|
||||
include postgresql_cd::main::install
|
||||
include postgresql_cd::server::service
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
## postgresql_cd::server::service.pp
|
||||
# Module name: postgresql_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the alloy service
|
||||
# @summary Class manages the postgresql service
|
||||
###############################################################################
|
||||
class postgresql_cd::server::service (
|
||||
|
||||
) inherits postgresql_cd::params {
|
||||
if $fqdn == $ma_server_fqdn {
|
||||
if $fqdn == $pl_server_fqdn {
|
||||
require postgresql_cd::main::files
|
||||
require postgresql_cd::firewall::iptables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user