The module downloads and use nave, in puppet I only have to do:

  class { 'nodejs':
    version => '0.8.26',
  }


2013/11/14 Aaron Boyd <[email protected]>

> I should ask more openly -- why did you choose nave?  (can also see value
> in sandboxing the global node modules... why nave over other choices?)
>
>
> On Wednesday, November 13, 2013 9:39:21 PM UTC-8, Aaron Boyd wrote:
>>
>> I figured puppet should be all that I need to switch between nodejs
>> versions on my puppet deployments.
>>
>> Do you use nave because it's convenient to be able to switch between node
>> versions with it, or do you just use it because it's easy to get a single
>> specific node version with it?
>>
>> For local development, I like using something like nvm (or nave or n) to
>> have sandboxes and play around with diff versions.  Just trying to keep my
>> scripted deployments as simple and standard as possible.
>>
>>
>>
>> On Wednesday, November 13, 2013 7:04:51 PM UTC-8, José F. Romaniello
>> wrote:
>>>
>>> I use a puppet module that installs with Isaac's "nave" :
>>>
>>> https://github.com/danheberden/puppet-nodejs
>>>
>>> Nave is fast on debians because it downloads the binaries.
>>>
>>> My fork of the puppet moduke works on redhats too.
>>>  El nov 13, 2013 10:26 p.m., "Aaron Boyd" <[email protected]> escribió:
>>>
>>>> We've been using puppet and apt, pointing it at Chris Lea's ppa.  We
>>>> just discovered that this ppa only keeps the latest version available
>>>> (though you can manually download older .deb packages).  So, unless I'm
>>>> missing something, Chris's ppa won't work for us.  We'd prefer to not just
>>>> upgrade node as soon as a new version is available.
>>>>
>>>> I've used nvm in the past, but at first glance it wasn't as
>>>> straightforward to get nvm working with puppet and we don't really need
>>>> this with our puppet deployments (not yet, anyway).
>>>>
>>>> Is there a ppa that provides older builds?  Surely I could host my own
>>>> builds, but are others doing something simpler?
>>>>
>>>> Thanks for any help.
>>>> -aaron
>>>>
>>>>
>>>>
>>>>
>>>>  --
>>>> --
>>>> Job Board: http://jobs.nodejs.org/
>>>> Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-
>>>> Posting-Guidelines
>>>> You received this message because you are subscribed to the Google
>>>> Groups "nodejs" group.
>>>> To post to this group, send email to [email protected]
>>>> To unsubscribe from this group, send email to
>>>> [email protected]
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>>>
>>>> ---
>>>> You received this message because you are subscribed to the Google
>>>> Groups "nodejs" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>  --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to