Skip to content
Snippets Groups Projects
Commit 728d15b6 authored by Srinivas Rao Puttagunta's avatar Srinivas Rao Puttagunta
Browse files

Reverting changes did to fix (illegally access not yet evaluated) error

parent fac2c1f9
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,6 @@ class su_ldap::sync_scripts (
}
} else {
class { 'su_ldap::sync_scripts::ldap_wg_maint':
ldap_master_fqdn => $ldap_master_fqdn,
env => $env,
ensure => absent,
}
}
......@@ -87,8 +85,6 @@ class su_ldap::sync_scripts (
} else {
class { 'su_ldap::sync_scripts::ldap_group_maint':
ensure => absent,
env => $env,
ldap_master_fqdn => $ldap_master_fqdn,
}
}
......@@ -102,8 +98,6 @@ class su_ldap::sync_scripts (
} else {
class { 'su_ldap::sync_scripts::ldap_sync_sugal_attributes':
ensure => absent,
env => $env,
ldap_master_fqdn => $ldap_master_fqdn,
}
}
......
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