Add option for passing ruby install flags

This commit is contained in:
Mike Chau
2015-01-28 20:57:50 -06:00
parent e22e6651f8
commit f4081f08c4
3 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ rvm1_install_path: '/usr/local/rvm'
# make sure you ADD the --user-install flag below
rvm1_install_flags: '--auto-dotfiles'
# Add additional ruby install flags
rvm1_ruby_install_flags:
# Set the owner for the rvm directory
rvm1_user: 'root'