Hi,
I have a node definition that looks like:
node default {
include mymod
mymod::func1()... // copy a file
mymod::func2()... // copy a file
}
The module ,mymod, defines that a certain set of directories get copied
over, and the functions define files that need to go into those dire
Oh ok, is there a doc on how to run on another webserver? (Is this the
Mongrel doc?)
Roshan
On Mon, May 3, 2010 at 2:28 PM, Patrick wrote:
>
> On May 3, 2010, at 11:22 AM, Roshan Punnoose wrote:
>
> After doing some Google digging, I saw that there were a couple urls like
>
oshan
On Mon, May 3, 2010 at 11:29 AM, Roshan Punnoose wrote:
> Is there a quick doc on the package providers I can start at?
>
> Also, I'm willing to read ruby code if need be, and I like the REST API.
> Where in the code is this implemented? (At least where the REST urls ar
Is there a quick doc on the package providers I can start at?
Also, I'm willing to read ruby code if need be, and I like the REST API.
Where in the code is this implemented? (At least where the REST urls are
exposed) I'll look through the code.
Roshan
On Mon, May 3, 2010 at 11:19 AM, Luke Kanies