From ee7937acef49bfc1f44483c82fe6ebf76613182f Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 20 Dec 2023 21:30:27 -0800 Subject: Provide a slapd file for the master, too Puppet insists on it. --- modules/openldap/manifests/master.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/openldap/manifests/master.pp') diff --git a/modules/openldap/manifests/master.pp b/modules/openldap/manifests/master.pp index bac15a37..53122628 100644 --- a/modules/openldap/manifests/master.pp +++ b/modules/openldap/manifests/master.pp @@ -23,6 +23,10 @@ class openldap::master inherits openldap { content => template('openldap/ldap.sysconfig'), } + Openldap::Config['/etc/sysconfig/slapd'] { + content => template('openldap/slapd.sysconfig'), + } + host { "ldap.${::domain}": ip => '127.0.0.1', } -- cgit v1.2.1