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

sync_scripts: trim absent down to one

parent b63f4659
No related branches found
No related tags found
No related merge requests found
......@@ -139,19 +139,10 @@ class su_ldap::sync_scripts (
env => $env,
}
} else {
su_ldap::sync_scripts::posix_account_sync { 'aeroastroarl':
su_ldap::sync_scripts::posix_account_sync {
ensure => absent,
env => $env,
}
su_ldap::sync_scripts::posix_account_sync { 'anesthesia':
ensure => absent,
env => $env,
}
su_ldap::sync_scripts::posix_account_sync { 'statistics':
ensure => absent,
env => $env,
}
}
# ldap_reports
......
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