Skip to content
Snippets Groups Projects
Commit f1a32652 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

add syncs/ directory

parent b6b4e696
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,10 @@ class ldap::sync_scripts (
$enable_posix_account_sync = false,
) {
if ($enable_ldap_wg_maint) {
class { 'ldap::syncs::ldap_group_maint':
ensure => present,
}
}
}
# $ensure: 'present' or 'absent'
class ldap::syncs::ldap_group_maint (
$ensure => undef,
) {
# if present install, if absent remove
}
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