File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1717# limitations under the License.
1818#
1919
20- default [ 'nodejs' ] [ 'install_method' ] = 'source'
20+ case node [ 'platform_family' ]
21+ when "smartos"
22+ default [ 'nodejs' ] [ 'install_method' ] = 'package'
23+ else
24+ default [ 'nodejs' ] [ 'install_method' ] = 'source'
25+ end
26+
2127default [ 'nodejs' ] [ 'version' ] = '0.10.13'
2228default [ 'nodejs' ] [ 'checksum' ] = '7e2079394efe82f62798178f617888c9d6a39150c76122c432ae9ea73ce28e79'
2329default [ 'nodejs' ] [ 'checksum_linux_x64' ] = '83b8f07aa7981694e557a9aae7e5bc4c312d800c'
Original file line number Diff line number Diff line change 33license "Apache 2.0"
44description "Installs/Configures nodejs"
55long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
6- version "1.2 .0"
6+ version "1.3 .0"
77name "nodejs"
88provides "nodejs"
99
You can’t perform that action at this time.
0 commit comments