fixed key path for bootstrap

This commit is contained in:
amartynov 2015-08-12 13:55:22 +03:00
parent 8ec2b4bbad
commit 63434d5d52

View File

@ -88,6 +88,7 @@ module Devops
@out.flush
k = Devops::Db.connector.key(@server.key)
cert_path = k.path
options[:cert_path] = k.path
@out << "\nBefore bootstrap hooks...\n"
res = self.run_hook(:before_bootstrap, @out)
@out << "Done\n"