add completion messages at the end of each handler where lacking

This commit is contained in:
Paul Collins 2017-05-22 15:44:38 +12:00
parent c4bf66f49f
commit 880bae771c
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,7 @@ def create_vault_table(pgsql):
cur.close()
conn.close()
set_state('vault.schema.created')
status_set('active', 'database schema created and committed')
@when('snap.installed.vault')
@ -122,6 +123,7 @@ def configure_ssl():
else:
remove_state('vault.ssl.available')
set_state('vault.ssl.configured')
status_set('active', 'SSL key and cert installed')
remove_state('configured')