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

sync_scripts: define su_ldap::sync_scripts::posix_account_sync as class in absent

parent 3e9d5d25
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,10 @@ class su_ldap::sync_scripts (
ticket_file_path => $ticket_file_path,
env => $env,
}
} else {
class { 'su_ldap::sync_scripts::ldap_wg_maint':
ensure => absent,
}
}
# ldap-group-maint.service
......@@ -139,15 +143,7 @@ class su_ldap::sync_scripts (
env => $env,
}
} else {
su_ldap::sync_scripts::posix_account_sync { 'aeroastroarl':
ensure => absent,
env => $env,
}
su_ldap::sync_scripts::posix_account_sync { 'anesthesia':
ensure => absent,
env => $env,
}
su_ldap::sync_scripts::posix_account_sync { 'statistics':
class { 'su_ldap::sync_scripts::posix_account_sync':
ensure => absent,
env => $env,
}
......
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