diff options
| author | Endi Sukma Dewata <edewata@redhat.com> | 2012-12-06 13:06:14 -0500 |
|---|---|---|
| committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-12-06 13:06:14 -0500 |
| commit | 145114f713a58ed5ce896e2192e50eeb382a3c74 (patch) | |
| tree | 381a6f98d29ba699ef3c9aac4c54014804a5aa29 /base/deploy/src/scriptlets/configuration.jy | |
| parent | 79ff01ef76f2a4ca44d02bceb7173541328bef3b (diff) | |
Added RESTEASY_LIB.ticket-422
Diffstat (limited to 'base/deploy/src/scriptlets/configuration.jy')
| -rw-r--r-- | base/deploy/src/scriptlets/configuration.jy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/deploy/src/scriptlets/configuration.jy b/base/deploy/src/scriptlets/configuration.jy index 80543b856..16baa72ab 100644 --- a/base/deploy/src/scriptlets/configuration.jy +++ b/base/deploy/src/scriptlets/configuration.jy @@ -64,6 +64,8 @@ def main(argv): print "%s '%s' = '%s'" %\ (log.PKI_JYTHON_INDENTATION_2, key, value) + jyutil.load_resteasy(master['RESTEASY_LIB']) + # Initialize token jyutil.security_databases.initialize_token( master['pki_client_database_dir'], |
