Module: Constants::Errors
- Defined in:
- lib/constants.rb
Constant Summary collapse
- MISSING_JK =
"jk_init not found as a system command. Ensure that you have jailkit installed and is in your path"
- JAIL_NOT_WRITABLE =
"Jail directory not writable or does not exists. Ensure that the user running the application has read, write and execute permissions on the directory where the jail resides."
- JK_INIT_ERROR =
"Issue running jk_init: "
- NO_TMPL =
"Template not found. Ensure that the templates defined in your config contain valid templates"