Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
Update node to 0.10.36
Browse files Browse the repository at this point in the history
  • Loading branch information
cwonrails committed Mar 8, 2015
1 parent 8906671 commit 73276c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/base.pp
@@ -1,5 +1,5 @@

$node_version = "v0.10.35"
$node_version = "v0.10.36"

file { '/etc/motd':
content => "
Expand Down
2 changes: 1 addition & 1 deletion modules/ghost/manifests/init.pp
@@ -1,5 +1,5 @@

class ghost($node_version = "v0.10.35") {
class ghost($node_version = "v0.10.36") {
# Add some default path values
Exec { path => ['/usr/local/bin','/usr/local/sbin','/usr/bin/','/usr/sbin','/bin','/sbin', "/home/vagrant/nvm/${node_version}/bin"], }

Expand Down

0 comments on commit 73276c1

Please sign in to comment.