3
0

adds service control

This commit is contained in:
Arne Teuke
2025-04-18 22:28:58 +02:00
parent 2cdfd93708
commit c43ed4db0f
5 changed files with 69 additions and 0 deletions

10
manifests/main/dirs.pp Normal file
View File

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