Skip to content

Commit

Permalink
Refactor remove ldap_domain for clone action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jun 10, 2024
1 parent cd097a5 commit b9003d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageroot/actions/clone-module/50call-configure-module
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import agent
import os

configure_retval = agent.tasks.run(agent_id=os.environ['AGENT_ID'], action='configure-module', data={
"ldap_domain": os.environ["LDAP_DOMAIN"],
"admin_users": os.environ["ADMIN_USERS"],
"mail_server": os.environ["MAIL_SERVER"],
"mail_domain": os.environ["MAIL_DOMAIN"],
Expand Down

0 comments on commit b9003d5

Please sign in to comment.