On Tue, Jan 22, 2013 at 8:11 PM, Евгений Верещагин <[email protected]> wrote: > is there any news?
Your best option is going to be to install ruby 1.9.3, and then install the necessary windows gems contained in the Gemfile[1]. You can either do that manually via `gem install ...`, or if you're familiar with bundler, do `bundle install` followed by `bundle exec puppet apply ...` Josh [1] https://github.com/puppetlabs/puppet/blob/master/Gemfile#L30 -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
