change triggers so we pass in the name of the machine the request/sign/remove is for
authorAdrian Likins <alikins@redhat.com>
Wed, 15 Oct 2008 20:12:07 +0000 (16:12 -0400)
committerAdrian Likins <alikins@redhat.com>
Wed, 15 Oct 2008 20:12:07 +0000 (16:12 -0400)
commit5bb4be3edcfdf031d7446e434ef4f51309ce32c7
treee344e5f1e04e783192c0d9deecfaaa3f168a7dbf
parentca0b109bfb78736cb3997b536ac20dadf32485bd
change triggers so we pass in the name of the machine the request/sign/remove is for
and pass it to the triggers

This could potentially break some existing triggers if they dont expect
and argument. However, it's documented that they should expect a
name argument, they just weren't ever getting one until now.
certmaster/certmaster.py
certmaster/utils.py