Skip to content
Snippets Groups Projects
Verified Commit d4c67785 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Add TODO on password list changing

parent d1261a2f
No related branches found
No related tags found
No related merge requests found
Pipeline #156386 failed
......@@ -10,6 +10,8 @@ module Orchestration
# before_provision :remove_passwordstate_host, if: :passwordstate?
before_destroy :remove_passwordstate_passwords!, if: :passwordstate?
# TODO - Remove passwords from old list if list ID is changing
# before_update :remove_outdated_passwords, if: :passwordstate?
after_update :ensure_passwordstate_passwords, if: :saved_change_to_name?
end
......
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