oscar-stack / vagrant-hosts

Manage static DNS on vagrant guests
Other
317 stars 26 forks source link

Add a config option to disable changing the hostname #76

Closed jarretlavallee closed 5 years ago

jarretlavallee commented 5 years ago

Prior to this PR, when the provisioner was enabled on a machine, it would always change the hostname of the machine. This PR adds a new config option to disable this feature.

This is required to use the hosts provider with the vmpooler provisioner where the hostname cannot be changed.