aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/manifests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-12-16 14:50:32 -0800
committerDan Fandrich <dan@coneharvesters.com>2023-12-19 21:49:14 -0800
commita27358df41c5740e61f22c03ab77c347ffeb2a0a (patch)
tree69abdc574cf74b9ef4be441e685809fb3a24e122 /modules/openldap/manifests
parentec23be5afe34757c5a27d9898629fcbebea2bfeb (diff)
downloadpuppet-a27358df41c5740e61f22c03ab77c347ffeb2a0a.tar
puppet-a27358df41c5740e61f22c03ab77c347ffeb2a0a.tar.gz
puppet-a27358df41c5740e61f22c03ab77c347ffeb2a0a.tar.bz2
puppet-a27358df41c5740e61f22c03ab77c347ffeb2a0a.tar.xz
puppet-a27358df41c5740e61f22c03ab77c347ffeb2a0a.zip
Disable LDAP backup on slave
The master is backed up and is the source of reference, and the slave backup was just throwing up errors due to missing packages.
Diffstat (limited to 'modules/openldap/manifests')
-rw-r--r--modules/openldap/manifests/slave.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openldap/manifests/slave.pp b/modules/openldap/manifests/slave.pp
index 7b22587f..bbc65f48 100644
--- a/modules/openldap/manifests/slave.pp
+++ b/modules/openldap/manifests/slave.pp
@@ -14,6 +14,6 @@ class openldap::slave($rid) inherits openldap {
}
Openldap::Config['/etc/sysconfig/ldap'] {
- content => template('openldap/ldap.sysconfig'),
+ content => template('openldap/ldap-slave.sysconfig'),
}
}