Sha256: 66b5543f29c31caaa5d617a444fe46aace8cee846d88a14b151c4eb1395a454f

Contents?: true

Size: 395 Bytes

Versions: 19

Compression:

Stored size: 395 Bytes

Contents

module VagrantPlugins
  module GuestOpenBSD
    module Cap
      class ChangeHostName
        def self.change_host_name(machine, name)
          if !machine.communicate.test("hostname | grep '^#{name}$'")
            machine.communicate.sudo("sh -c \"echo '#{name}' > /etc/myname\"")
            machine.communicate.sudo("hostname #{name}")
          end
        end
      end
    end
  end
end

Version data entries

19 entries across 16 versions & 6 rubygems

Version Path
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/plugins/guests/openbsd/cap/change_host_name.rb
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-unbundled-1.8.4.2 plugins/guests/openbsd/cap/change_host_name.rb
vagrant-unbundled-1.8.4.1 plugins/guests/openbsd/cap/change_host_name.rb
tamtam-vagrant-reload-1.1.1 vendor/cache/vagrant-0ac2a8738841/plugins/guests/openbsd/cap/change_host_name.rb
tamtam-vagrant-reload-1.1 vendor/cache/vagrant-0ac2a8738841/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-unbundled-1.8.1.2 plugins/guests/openbsd/cap/change_host_name.rb
vagrant-unbundled-1.8.1.1 plugins/guests/openbsd/cap/change_host_name.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/guests/openbsd/cap/change_host_name.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/guests/openbsd/cap/change_host_name.rb
tnargav-1.3.6 plugins/guests/openbsd/cap/change_host_name.rb
tnargav-1.3.3 plugins/guests/openbsd/cap/change_host_name.rb