Sha256: 7bd1d9b00defaf6636b746a19af0b34ea2656351aa1d94bb61edeebd4740e9b4

Contents?: true

Size: 617 Bytes

Versions: 15

Compression:

Stored size: 617 Bytes

Contents

require_relative "../../omnibus"

module VagrantPlugins
  module Chef
    module Cap
      module Redhat
        module ChefInstall
          def self.chef_install(machine, project, version, channel, options = {})
            machine.communicate.sudo <<-EOH.gsub(/^ {14}/, '')
              if command -v dnf; then
                dnf -y install curl
              else
                yum -y install curl
              fi
            EOH

            command = Omnibus.sh_command(project, version, channel, options)
            machine.communicate.sudo(command)
          end
        end
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
vagrant-unbundled-1.9.7.1 plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-unbundled-1.9.5.1 plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-unbundled-1.9.1.1 plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-unbundled-1.8.5.2 plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-unbundled-1.8.5.1 plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-unbundled-1.8.4.2 plugins/provisioners/chef/cap/redhat/chef_install.rb
vagrant-unbundled-1.8.4.1 plugins/provisioners/chef/cap/redhat/chef_install.rb