Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'metadata_fix' of https://github.com/ryansch/chef-rvm in…
…to ryansch-metadata_fix
  • Loading branch information
fnichol committed Mar 29, 2011
2 parents bf6b65c + 56aac4b commit ccac0e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata.rb
Expand Up @@ -26,6 +26,7 @@
attribute "rvm/global_gems",
:display_name => "Global gems to be installed in all RVM rubies",
:description => "A list of gem hashes to be installed into the *global* gemset in each installed RVM ruby. The RVM global.gems files will be added to and all installed rubies will be iterated over to ensure full installation coverage.",
:type => "array",
:default => [ { :name => "bundler" } ]

attribute "rvm/gems",
Expand Down Expand Up @@ -68,4 +69,5 @@
attribute "rvm/group_users",
:display_name => "Additional users in rvm group",
:description => "Additional users in rvm group that can manage rvm in a system-wide installation.",
:type => "array",
:default => []

0 comments on commit ccac0e4

Please sign in to comment.