Hi, I need the ability to use a cookbook sourced from a platform, not a remote repository. So far
all I can find are examples that use github repos or just notes that make a reference to uploading files over SshClient to a node and running a script on that node to use that path for its cookbooks. This seems very painful and awkward. (More so because I have yet to find a function that will upload an entire directory without resorting to spinning through one file at a time). Surely there must be a class/function to accept a local path instead of a repository in building the run scripts? -thx -d
