Skip to content
Snippets Groups Projects
Commit b3d4d88a authored by Linda J Laubenheimer's avatar Linda J Laubenheimer
Browse files

syncs: moved s_ldap::base::systemd to syncs main

parent 510d1770
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,11 @@ class su_ldap::sync_scripts (
ensure => present,
}
# several things use this, so put it here
## Service (listener)
include s_ldap::base::systemd
# ldap-wg-maint.service
if ($enable_ldap_wg_maint) {
class { 'su_ldap::sync_scripts::ldap_wg_maint':
......
......@@ -54,9 +54,9 @@ class su_ldap::sync_scripts::ldap_wg_maint (
content => template('su_ldap/etc/ldapadmin/ldap-wg-maint.conf.erb'),
}
# I'm not sure this module is real, but...
# moved up to sync_scripts.pp
## Service (listener)
include s_ldap::base::systemd
#include s_ldap::base::systemd
# We want to reload the systemd daemon on any change to the unit
# file. We use the base::systemd shared library's systemd-daemon-reload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment