Update nodejs cookbook

This commit is contained in:
Greg Karékinian
2016-01-22 22:26:17 +00:00
parent d8681e860c
commit 0aa9ac5682
11 changed files with 97 additions and 64 deletions

View File

@@ -10,5 +10,5 @@ when 'node'
'default' => ['nodejs']
)
when 'iojs'
default['nodejs']['packages'] = nil
default['nodejs']['packages'] = ['iojs']
end