lib/vagrant-hosts/config.rb in vagrant-hosts-2.2.3 vs lib/vagrant-hosts/config.rb in vagrant-hosts-2.2.4
- old
+ new
@@ -10,9 +10,13 @@
# @!attribute autoconfigure
# @return [TrueClass, FalseClass] If hosts should be generated from the
# other vagrant machines
attr_accessor :autoconfigure
+ # @!attribute autoconfigure
+ # @return [TrueClass, FalseClass] A boolean indicating whether a
+ # `127.0.1.1` entry should be added mapping to the FQDN of the VM.
+ # Default: `true`.
attr_accessor :add_localhost_hostnames
def initialize
@hosts = []
@autoconfigure = UNSET_VALUE