Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Goel (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. Vagrantfile

          config.vm.box = 'elastic/centos-7-x86_64'
          rpm_common config, box
          rpm_docker config
        end
      end
      'oel-6'.tap do |box|
        config.vm.define box, define_opts do |config|
          config.vm.box = 'elastic/oraclelinux-6-x86_64'
          rpm_common config, box
        end
      end
      'oel-7'.tap do |box|
        config.vm.define box, define_opts do |config|
          config.vm.box = 'elastic/oraclelinux-7-x86_64'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
Back to Top