Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #46 from rfink/feature/v0.12
Browse files Browse the repository at this point in the history
Adding support for v0.12 of node
  • Loading branch information
rafaelfranca committed Mar 13, 2015
2 parents 1b9633e + 8aa3d6d commit fed6d23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
nodejs::version::compile:
v0.12: false
v0.10: false
v0.8: false
v0.6: true
v0.4: true

nodejs::version::alias:
v0.12: v0.12.0
v0.10: v0.10.31
v0.8: v0.8.26
v0.6: v0.6.20
Expand Down
2 changes: 2 additions & 0 deletions spec/fixtures/hiera/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
nodejs::version::compile:
v0.12: false
v0.10: false
v0.4: true
v0.6.20 : true

nodejs::version::alias:
v0.12: v0.12.0
v0.10: v0.10.29
v0.8: v0.8.26
v0.6: v0.6.20
Expand Down

0 comments on commit fed6d23

Please sign in to comment.