Phil Dibowitz
Phil Dibowitz
I'm not sure I understand. Two GD's should never be running against the same org on the same server. The entire system assumes that is not the case. This will...
GD is designed to be run on every chef server so that each chef server can keep _itself_ up-to-date. What you describe can lead to all sorts of weird issues...
rebased and addressed review comments
Added windows support
Hi @ericnorris - thanks for commenting. The delay on merging this is because FB has an internal fb_ssh cookbook, so it's a migration for them, and resources on that team...
I don't think multi-defining works for anything else. For example `AuthorizedKeysFile` needs space-delimited options. Or consider `AuthenticationMethods` where you do space-delimited array of comma-delimited options! ;) So I don't think...
First, I'm not sure why these would cause instability - those methods are in the DSL namespace and not on the node, and should in no way conflict. Second, yes,...
I use `shell_out` a lot in C17 and have had no issues. If you wanna provide a working example of how `debian?` doesn't work as expected when fb_helpers is defined,...
That ... would be the expected behavior. `debian?` won't match Ubuntu 20 but `debian_family?` would.
I think you see this , but just to be clear, if you call `debian?` within the node, then the `debian?` within the node is the one in scope. If...