Results 25 comments of Huiming Teo

Ah, it's documented in EXAMPLES. Yes, I notice that as well after debugging. But as a user, I feel a bit surprised when my test() is not executed within the...

I'm trying to pick up SSHKit internals :) so please correct me if I misunderstand. There are 2 questions: **1) Using command_map** First, both `test()` and `execute()` execute the string...

Ah, I begin to understand the use case. I think I can live with the existing API for now :) Have you thought about making it explicit in the API?...

+1 does anyone have a workaround solution now?

What's the next step for this PR? We are waiting for the release of this PR, so that we can use RubyConfig in our production apps. Anything we can help...

Hi @mcurtis I think I met the same problem in another situation. One of the root causes is because previously, I decided to create 2 separate user accounts, one normal...

@mcurtis ya, we can work out a solution for that. I might be wrong, but I think runit cookbook installs and starts runit service using root user. I guess that's...

@fabrikagency if you have time, is it possible to share your runit log `/etc/sv/{app_name}/log/main/current` that shows the constantly unicorn restart error? I can start my unicorn app successfully with the...

Currently, you can upload your public ssh key(s) by set this attribute: ``` node["appbox"]["deploy_keys"] = [ "ssh public key 1", "ssh public key 2" ] ``` I guess this is...

Do you prefer to create the key pair directly on the remote server, or create the key pair on your local machine then upload the private key to remote server?...