3
0

fix variable

This commit is contained in:
Arne Teuke
2025-04-18 22:35:33 +02:00
parent c43ed4db0f
commit dfcfdfea9c
3 changed files with 5 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ Installation
Configuration Configuration
* manage directory structure including file system permissions and selinux context * manage directory structure including file system permissions and selinux context
* manage service status
## Repo Documentation ## Repo Documentation

View File

@@ -6,5 +6,5 @@
class postgresql_cd::main::config ( class postgresql_cd::main::config (
) inherits postgresql_cd::params { ) inherits postgresql_cd::params {
include postgresql_cd::main::install include postgresql_cd::server::service
} }

View File

@@ -1,12 +1,12 @@
## postgresql_cd::server::service.pp ## postgresql_cd::server::service.pp
# Module name: postgresql_cd # Module name: postgresql_cd
# Author: Arne Teuke (arne_teuke@confdroid.com) # Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages the alloy service # @summary Class manages the postgresql service
############################################################################### ###############################################################################
class postgresql_cd::server::service ( class postgresql_cd::server::service (
) inherits postgresql_cd::params { ) inherits postgresql_cd::params {
if $fqdn == $ma_server_fqdn { if $fqdn == $pl_server_fqdn {
require postgresql_cd::main::files require postgresql_cd::main::files
require postgresql_cd::firewall::iptables require postgresql_cd::firewall::iptables