Sha256: 97e46cfba6984c58a36b83b0539f45746b3e7b0e7907869ceb2d319c2681c3fa

Contents?: true

Size: 603 Bytes

Versions: 10

Compression:

Stored size: 603 Bytes

Contents

require_relative '../../linux/cap/change_host_name'

module VagrantPlugins
  module GuestPld
    module Cap
      class ChangeHostName
        extend VagrantPlugins::GuestLinux::Cap::ChangeHostName

        def self.change_name_command(name)
          return <<-EOH.gsub(/^ {14}/, "")
          hostname '#{name}'
          sed -i 's/\\(HOSTNAME=\\).*/\\1#{name}/' /etc/sysconfig/network

          sed -i 's/\\(DHCP_HOSTNAME=\\).*/\\1\"#{name}\"/' /etc/sysconfig/interfaces/ifcfg-*

          # Restart networking
          service network restart
          EOH
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
vagrant-unbundled-2.3.6.0 plugins/guests/pld/cap/change_host_name.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/plugins/guests/pld/cap/change_host_name.rb
vagrant-unbundled-2.3.3.0 plugins/guests/pld/cap/change_host_name.rb
vagrant-unbundled-2.3.2.0 plugins/guests/pld/cap/change_host_name.rb
vagrant-unbundled-2.2.19.0 plugins/guests/pld/cap/change_host_name.rb
vagrant-unbundled-2.2.18.0 plugins/guests/pld/cap/change_host_name.rb
vagrant-unbundled-2.2.16.0 plugins/guests/pld/cap/change_host_name.rb
vagrant-unbundled-2.2.14.0 plugins/guests/pld/cap/change_host_name.rb
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/plugins/guests/pld/cap/change_host_name.rb
vagrant-unbundled-2.2.10.0 plugins/guests/pld/cap/change_host_name.rb