boxen / puppet-nodejs

MIT License
15 stars 47 forks source link

Explicitly set directory permissions on $NODENV_ROOT/versions #26

Closed jfryman closed 11 years ago

jfryman commented 11 years ago

In environments where File resource defaults are locked down, the $NODENV_ROOT/versions directory may be locked down. This might cause issues when using nodenv globally versus per-user.

This change explicitly sets directory permissions that allow world read/execute.

jfryman commented 11 years ago

:bow:

Will this be tagged at 3.4.1?

rafaelfranca commented 11 years ago

Done

jfryman commented 11 years ago

:+1: