Skip to content

Commit

Permalink
Add install bundler support. Be aware we need bundler 1.1.3 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
he9lin committed Apr 28, 2012
1 parent 191604e commit abeaee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/nodes.pp
Expand Up @@ -41,3 +41,5 @@
vhost => 'jieqoo.com',
}
}

# ssh-keygen -t rsa -C "he9lin@youremail.com"
4 changes: 4 additions & 0 deletions modules/railsapp/manifests/init.pp
Expand Up @@ -9,4 +9,8 @@
group => vagrant,
mode => 775
}
package {
"bundler":
provider => gem
}
}

0 comments on commit abeaee1

Please sign in to comment.