On Wednesday, July 4, 2012 6:01:02 PM UTC-5, Benjamin Lei wrote: > > So I'm trying to exec something, but during the exec a screen will show up > that I need to "q" out of to finish it. Specifically speaking, I'm trying > to exec: rvm --force install 1.8.7
Ideally, there would be a command-line option to suppress the screen or provide the needed answer automatically. Most command-line based installers have such a thing in order to make them scriptable. If rvm doesn't provide that option then you might be able to pipe in the needed input: 'echo q | rvm --force install 1.8.7'. In that case make sure the Exec uses the 'sh' provider. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/cxRiu-1lCIAJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.