Kirill Shirinkin
Kirill Shirinkin
@jkeiser So if I have a recipe: ``` machine "web" do recipe "my_app" end ``` and then I run it with chef-client, then inside log of chef client I wanted...
@jkeiser all it shows is ``` [2015-08-28T14:52:50+00:00] INFO: Executing sudo chef-client -l auto on [email protected] [2015-08-28T14:58:40+00:00] INFO: Completed chef-client -l auto on [email protected]: exit status 0 ``` as you can...
@jkeiser that's inside chef-client log of machine that executes this recipe: ``` machine "web" do recipe "my_app" end ```
@jamesc I am running it manually from the provisioner node. I get full log of provisioner chef client, but I don't get the log of chef client of machine that...
It works fine for provisioner node - shows debug info. It also gets passed down. But in provisioner node log I don't get of provisioned nodes. Full command: chef-client -o...
command line console
@keen99 so it shows you all the recipes etc inside remote machine ?
I am totally confused and I think one of you at least misunderstands the problem. I will compile a reproducible demo to show what I mean, give me 1-2 days...
Thanks nice! Mind creating a PR? Am 7. Juni 2018, 17:25 +0200 schrieb jayjlawrence : > Now not really an issue ... here's a quick solution to getting your GrooveHQ...
Hi! Just a reminder - would you have time to commit it as part of readme or examples/ dir? :)