标签: vagrant hosts
这两个流浪汉插件有什么区别?我正在使用vagrant-hostmanager,它可以更新主机上的/ etc / hosts文件,也可以在来宾机上更新,支持多机器流浪汉设置。但是当我尝试使用这个工具https://github.com/roots/trellis时,我注意到它使用了vagrant-hostsupdater。与vagrant-hostmanager相比,这个插件有什么好处吗?
答案 0 :(得分:7)
Hostsupdater仅更新主机的/etc/hosts。
/etc/hosts
Hostsmanager更新虚拟机和主机的/etc/hosts。